diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp index ad634815..72919794 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -2,7 +2,6 @@ #include "floormat/main.hpp" #include "floormat/settings.hpp" #include "shaders/tile.hpp" -#include <Magnum/GL/DebugOutput.h> #include <Magnum/Math/Vector3.h> namespace floormat { @@ -41,6 +40,7 @@ void app::draw_msaa() void app::draw() { + draw_ui(); render_menu(); } |