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 ee11edd3..ad634815 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -23,7 +23,7 @@ void app::draw_cursor()
mesh.draw(shader, {center, size, LINE_WIDTH});
};
- if (const auto* ed = _editor.current(); ed && ed->mode() == editor_mode::walls)
+ if (const auto* ed = _editor.current_tile_editor(); ed && ed->mode() == editor_mode::walls)
switch (ed->rotation())
{
case editor_wall_rotation::N: draw(_wireframe_wall_n, TILE_SIZE); break;