diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 1 |
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() || |