diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-10 11:17:37 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-10 11:23:13 +0200 |
| commit | 587d492a03275e95d518850d2e44949b73e1980e (patch) | |
| tree | 3a2735de75757422ab57b1b0a96440de53c89683 /editor | |
| parent | 5162552e90c42afc5c7f8eda642e44debc67abcb (diff) | |
wip
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/imgui.cpp | 1 |
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(); |
