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/wireframe-mesh.cpp | |
parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) |
a
Diffstat (limited to 'draw/wireframe-mesh.cpp')
-rw-r--r-- | draw/wireframe-mesh.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/wireframe-mesh.cpp b/draw/wireframe-mesh.cpp index 35103055..32aa72aa 100644 --- a/draw/wireframe-mesh.cpp +++ b/draw/wireframe-mesh.cpp @@ -9,7 +9,7 @@ #include <Magnum/PixelStorage.h> #include <Magnum/Trade/ImageData.h> -namespace Magnum::Examples::wireframe +namespace floormat::wireframe { GL::RectangleTexture mesh_base::make_constant_texture() @@ -48,4 +48,4 @@ void mesh_base::draw(tile_shader& shader) } -} // namespace Magnum::Examples::wireframe +} // namespace floormat::wireframe |