diff options
Diffstat (limited to 'draw/wall-mesh.hpp')
-rw-r--r-- | draw/wall-mesh.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <Magnum/GL/Mesh.h> #include <Magnum/GL/Buffer.h> -namespace Magnum::Examples { +namespace floormat { struct tile_shader; struct chunk; @@ -40,4 +40,4 @@ private: static std::array<std::array<Vector3, 4>, COUNT> make_position_array(); }; -} // namespace Magnum::Examples +} // namespace floormat |