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-box.cpp | |
| parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) | |
a
Diffstat (limited to 'draw/wireframe-box.cpp')
| -rw-r--r-- | draw/wireframe-box.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/wireframe-box.cpp b/draw/wireframe-box.cpp index c5e4d9ac..49606bd8 100644 --- a/draw/wireframe-box.cpp +++ b/draw/wireframe-box.cpp @@ -3,7 +3,7 @@ #include <Magnum/Math/Vector3.h> #include <Magnum/GL/Renderer.h> -namespace Magnum::Examples::wireframe { +namespace floormat::wireframe { box::box(Vector3 center, Vector3 size, float line_width) : center{center}, size{size}, line_width{line_width} @@ -50,4 +50,4 @@ box::index_array box::make_index_array() }}; } -} // namespace Magnum::Examples::wireframe +} // namespace floormat::wireframe |
