diff options
Diffstat (limited to 'editor/editor.cpp')
| -rw-r--r-- | editor/editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index a3b69fb1..9f2761e2 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -100,7 +100,6 @@ Optional<global_coords> editor::mouse_drag_pos() void editor::on_click_(world& world, global_coords pos, button b) { - // todo make template if (auto* mode = current_ground_editor(); mode != nullptr) { if (auto opt = mode->get_selected(); opt || b == button::remove) |
