From f3d870a400395e75f601f32a3bbb3e68502d9000 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 03:18:00 +0100 Subject: fix some todo's --- editor/editor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/editor.cpp') 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 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) -- cgit v1.2.3