From 45e2d53abaacdaae9d00b5e989219b045f0540dc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 May 2024 09:28:24 +0200 Subject: start thinking about composite objects --- editor/imgui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/imgui.cpp') diff --git a/editor/imgui.cpp b/editor/imgui.cpp index c8b0dcbd..b548d527 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -392,6 +392,7 @@ void app::do_popup_menu() e.destroy_script_pre(eʹ, script_destroy_reason::kill); e.chunk().remove_object(e.index()); e.destroy_script_post(); + e.gone = true; } } else -- cgit v1.2.3