summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
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/draw.cpp
parentf5308a69ecb6404b02ca8cae1a49711dfceb2c33 (diff)
wip
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index aa8cc5f0..f54d6b49 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -182,6 +182,7 @@ void app::draw_collision_boxes()
void app::draw()
{
+ do_lightmap_test();
if (_render_bboxes)
draw_collision_boxes();
if (_editor.current_tile_editor() ||