summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-28 15:26:02 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-28 15:26:02 +0100
commit999f1bb049553207a89a998b48d9e214f255b108 (patch)
treef19e9f9f53eff02026ddb9bda11aedcf77074220 /editor/draw.cpp
parent1b6897ef91e7a82319a295d5f30a796bdc3a6db1 (diff)
scenery wip
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp2
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();