diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-21 09:28:24 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-21 09:28:24 +0200 |
| commit | 45e2d53abaacdaae9d00b5e989219b045f0540dc (patch) | |
| tree | 93aaeedd022c713f9a0bbcc9c8b114e5ec55bfde /editor/scenery-editor.cpp | |
| parent | df58a09b9f673d4617f552ecd0e3354b51883e05 (diff) | |
start thinking about composite objects
Diffstat (limited to 'editor/scenery-editor.cpp')
| -rw-r--r-- | editor/scenery-editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scenery-editor.cpp b/editor/scenery-editor.cpp index b472fca5..2c205e3e 100644 --- a/editor/scenery-editor.cpp +++ b/editor/scenery-editor.cpp @@ -99,6 +99,7 @@ start: eʹ->destroy_script_pre(eʹ, script_destroy_reason::kill); c.remove_object(i); eʹ->destroy_script_post(); + eʹ->gone = true; goto start; } break; |
