summaryrefslogtreecommitdiffhomepage
path: root/draw/wall-mesh.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
commitcf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch)
tree2dd795feb2b735773ca936effa57884986196aca /draw/wall-mesh.cpp
parentb581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff)
a
Diffstat (limited to 'draw/wall-mesh.cpp')
-rw-r--r--draw/wall-mesh.cpp4
1 files changed, 2 insertions, 2 deletions
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 <Magnum/GL/RectangleTexture.h>
#include <Magnum/GL/MeshView.h>
-namespace Magnum::Examples {
+namespace floormat {
constexpr auto quad_index_count = 6;
@@ -90,4 +90,4 @@ std::array<std::array<Vector3, 4>, wall_mesh::COUNT> wall_mesh::make_position_ar
return array;
}
-} // namespace Magnum::Examples
+} // namespace floormat