diff options
Diffstat (limited to 'editor/imgui.cpp')
| -rw-r--r-- | editor/imgui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index 7b64c133..afa55485 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -86,7 +86,6 @@ void app::draw_ui() const float main_menu_height = draw_main_menu(); if (auto* ed = _editor.current_tile_editor(); ed != nullptr) draw_editor_pane(*ed, main_menu_height); - draw_cursor(); [[maybe_unused]] auto font = font_saver{ctx.FontSize*dpi}; draw_fps(); draw_tile_under_cursor(); |
