diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 37cdcccf..e0168d68 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -170,6 +170,7 @@ private: bool _render_clickables : 1 = false; bool _render_vobjs : 1 = true; bool _render_all_z_levels : 1 = true; + bool _testing_light : 1 = false; }; } // namespace floormat |