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 93631820..75444379 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -35,7 +35,7 @@ void app::draw_cursor() void app::draw() { - if (_editor.current_tile_editor()) + if (_editor.current_tile_editor() || _editor.current_scenery_editor()) draw_cursor(); draw_ui(); render_menu(); |
