diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-25 22:45:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-25 22:45:40 +0200 |
commit | 7cf9035f537c400b356cc83b00059b3eb4b687ac (patch) | |
tree | 19fa5dc77021140e074deb366a1871e31c494cc0 /editor/app.hpp | |
parent | 0c4150bcf42795e91a62991321b8dd1375766e18 (diff) |
align lightmap test window on the right
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 d3eded11..6002c702 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -114,7 +114,7 @@ private: void draw_collision_boxes(); void draw_clickables(); void draw_light_info(); - void draw_lightmap_test(); + void draw_lightmap_test(float main_menu_height); void do_lightmap_test(); void draw_editor_pane(float main_menu_height); |