summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
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();