summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 6f1e1d29..b3863f06 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -106,6 +106,7 @@ void app::draw_ui()
draw_tile_under_cursor();
if (_editor.mode() == editor_mode::none)
draw_inspector();
+ draw_z_level();
do_popup_menu();
ImGui::EndFrame();
}