diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 03:37:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 03:37:10 +0200 |
commit | 4f9da55305d74a40b4e2197b236b94dd16571dbe (patch) | |
tree | bab56b0441005cf103b2f65f104a33bf2ec6e971 /editor/draw.cpp | |
parent | 7124efd5a43017413b2b009c13371b9722c927e6 (diff) |
a
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp index ab9cb7ee..6d07f871 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -146,7 +146,6 @@ void app::draw_collision_boxes() void app::draw() { - //draw_character(); if (_render_bboxes) draw_collision_boxes(); if (_editor.current_tile_editor() || _editor.current_scenery_editor()) |