diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-21 18:31:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-21 18:31:06 +0100 |
commit | dba52df4581329a692d889d76cb7f093e7e3f7d9 (patch) | |
tree | 85d1979fc3062856ac2f4eaaae484a1d22bfc4f5 /editor/imgui-editors.cpp | |
parent | 38993b7085d42087ce5810ea0992108b25588786 (diff) |
www
Diffstat (limited to 'editor/imgui-editors.cpp')
-rw-r--r-- | editor/imgui-editors.cpp | 3 |
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(); |