diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-16 18:14:23 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-17 23:23:11 +0100 |
| commit | 73fc95bc7bbdfe24e535f390f79d33fb809c0151 (patch) | |
| tree | ef7f60cd9269907d79073450935647d4150698de /editor/app.cpp | |
| parent | d330637351e8ede605351787f17fb46324089535 (diff) | |
fix popup
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; |
