diff options
Diffstat (limited to 'editor/imgui-editors.cpp')
| -rw-r--r-- | editor/imgui-editors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui-editors.cpp b/editor/imgui-editors.cpp index f4b546f1..4ffb74ba 100644 --- a/editor/imgui-editors.cpp +++ b/editor/imgui-editors.cpp @@ -230,7 +230,7 @@ template void impl_draw_editor_scenery_pane(wall_editor&, Vector2); void app::draw_editor_pane(float main_menu_height) { auto* ed = _editor.current_ground_editor(); - auto* wa = _editor.current_wall_editor(); // todo + auto* wa = _editor.current_wall_editor(); auto* sc = _editor.current_scenery_editor(); auto* vo = _editor.current_vobj_editor(); |
