diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-08 09:04:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-08 09:04:14 +0200 |
commit | 22f1e92d16dbf7986977c323c0a2985fead88bfd (patch) | |
tree | 0fb1d9de02e3f187eb40f3bfe4763e25c283b45a /editor/imgui.cpp | |
parent | 3e5b43638dac74a88918fecc139b4533bd1c0643 (diff) |
a
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r-- | editor/imgui.cpp | 1 |
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(); } |