diff options
Diffstat (limited to 'editor/app.cpp')
-rw-r--r-- | editor/app.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index a452934f..769f2622 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -45,6 +45,7 @@ void app::reset_world() void app::reset_world(struct world&& w) { + _popup_target = {}; _character_id = 0; if (!M) return; |