diff options
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r-- | editor/imgui.cpp | 1 |
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 |