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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw/wall-mesh.cpp') diff --git a/draw/wall-mesh.cpp b/draw/wall-mesh.cpp index d698b508..acd4ac75 100644 --- a/draw/wall-mesh.cpp +++ b/draw/wall-mesh.cpp @@ -5,7 +5,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { constexpr auto quad_index_count = 6; @@ -90,4 +90,4 @@ std::array, wall_mesh::COUNT> wall_mesh::make_position_ar return array; } -} // namespace Magnum::Examples +} // namespace floormat -- cgit v1.2.3