summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 0052944e..25a76687 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -62,10 +62,10 @@ void app::draw_ui()
ImGui::StyleColorsDark(&ImGui::GetStyle());
const float main_menu_height = draw_main_menu();
- draw_editor_pane(_editor.floor(), main_menu_height);
draw_fps();
draw_cursor_tile();
draw_cursor_tile_text();
+ draw_editor_pane(_editor.floor(), main_menu_height);
ImGui::EndFrame();
}