diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
commit | cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch) | |
tree | 2dd795feb2b735773ca936effa57884986196aca /draw/floor-mesh.cpp | |
parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) |
a
Diffstat (limited to 'draw/floor-mesh.cpp')
-rw-r--r-- | draw/floor-mesh.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/floor-mesh.cpp b/draw/floor-mesh.cpp index 3698bc6e..da8fe7f2 100644 --- a/draw/floor-mesh.cpp +++ b/draw/floor-mesh.cpp @@ -5,7 +5,7 @@ #include "tile-atlas.hpp" #include <Magnum/GL/MeshView.h> -namespace Magnum::Examples { +namespace floormat { constexpr auto quad_index_count = 6; @@ -75,4 +75,4 @@ std::array<std::array<Vector3, 4>, TILE_COUNT> floor_mesh::make_position_array() return array; } -} // namespace Magnum::Examples +} // namespace floormat |