summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui-editors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui-editors.cpp')
-rw-r--r--editor/imgui-editors.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/imgui-editors.cpp b/editor/imgui-editors.cpp
index a06da28e..779e81e7 100644
--- a/editor/imgui-editors.cpp
+++ b/editor/imgui-editors.cpp
@@ -147,7 +147,8 @@ void app::draw_editor_vobj_pane(vobj_editor& ed)
void app::draw_editor_pane(float main_menu_height)
{
- auto* ed = _editor.current_tile_editor();
+ auto* ed = _editor.current_ground_editor();
+ auto* wa = _editor.current_wall_editor(); // todo
auto* sc = _editor.current_scenery_editor();
auto* vo = _editor.current_vobj_editor();