diff options
Diffstat (limited to 'editor/app.hpp')
| -rw-r--r-- | editor/app.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index b739d34c..37cdcccf 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -114,6 +114,8 @@ private: void draw_collision_boxes(); void draw_clickables(); void draw_light_info(); + void draw_lightmap_test(); + void draw_editor_pane(float main_menu_height); void draw_inspector(); bool check_inspector_exists(const popup_target& p); @@ -159,6 +161,8 @@ private: cursor_state cursor; popup_target _popup_target; + object_id _tested_light = 0; + int8_t _z_level = 0; bool _pending_popup : 1 = false; |
