From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- draw/wall-mesh.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw/wall-mesh.hpp') diff --git a/draw/wall-mesh.hpp b/draw/wall-mesh.hpp index 4a4e9615..364f3831 100644 --- a/draw/wall-mesh.hpp +++ b/draw/wall-mesh.hpp @@ -8,7 +8,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { struct tile_shader; struct chunk; @@ -40,4 +40,4 @@ private: static std::array, COUNT> make_position_array(); }; -} // namespace Magnum::Examples +} // namespace floormat -- cgit v1.2.3