From 73fc95bc7bbdfe24e535f390f79d33fb809c0151 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 16 Mar 2023 18:14:23 +0100 Subject: fix popup --- editor/app.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/app.cpp') 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; -- cgit v1.2.3