summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 5b02d134..ddbbc918 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -303,6 +303,7 @@ void app::kill_popups(bool hard)
_pending_popup = false;
_popup_target = {};
+ _tested_light = 0;
if (imgui)
ImGui::CloseCurrentPopup();