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 /main/debug.cpp | |
| parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) | |
a
Diffstat (limited to 'main/debug.cpp')
| -rw-r--r-- | main/debug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index 46340db8..ebf3c124 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -2,7 +2,7 @@ #include <chrono> #include <Magnum/GL/Renderer.h> -namespace Magnum::Examples { +namespace floormat { using Feature = GL::Renderer::Feature; using Source = GL::DebugOutput::Source; @@ -79,4 +79,4 @@ void* app::register_debug_callback() return nullptr; } -} // namespace Magnum::Examples +} // namespace floormat |
