diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
commit | 999f1bb049553207a89a998b48d9e214f255b108 (patch) | |
tree | f19e9f9f53eff02026ddb9bda11aedcf77074220 /editor/draw.cpp | |
parent | 1b6897ef91e7a82319a295d5f30a796bdc3a6db1 (diff) |
scenery wip
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(); |