diff options
Diffstat (limited to 'editor/app.cpp')
-rw-r--r-- | editor/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 7f6f4171..de1f8ef3 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -78,7 +78,7 @@ void app::reset_world(struct world&& w_) _editor.on_release(); _editor.clear_selection(); kill_popups(true); - _tested_light = 0; + tested_light_chunk = {}; clear_keys(); const auto pixel = cursor.pixel; |