diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 57849a08..13407883 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -162,7 +162,7 @@ private: cursor_state cursor; popup_target _popup_target; - object_id _tested_light = 0; + Optional<chunk_coords_> tested_light_chunk; int8_t _z_level = 0; |