summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-21 09:28:24 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-21 09:28:24 +0200
commit45e2d53abaacdaae9d00b5e989219b045f0540dc (patch)
tree93aaeedd022c713f9a0bbcc9c8b114e5ec55bfde /editor/imgui.cpp
parentdf58a09b9f673d4617f552ecd0e3354b51883e05 (diff)
start thinking about composite objects
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp1
1 files changed, 1 insertions, 0 deletions
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