summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-23 18:54:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-23 19:24:39 +0200
commitd5c8c9ba44d0225a942ae70006dc40e8cd22c244 (patch)
tree0577e69e071aef5660993264df8c2648d16bdf1d /editor/app.hpp
parentf5308a69ecb6404b02ca8cae1a49711dfceb2c33 (diff)
wip
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index e0168d68..d3eded11 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -115,6 +115,7 @@ private:
void draw_clickables();
void draw_light_info();
void draw_lightmap_test();
+ void do_lightmap_test();
void draw_editor_pane(float main_menu_height);
void draw_inspector();
@@ -170,7 +171,6 @@ 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