diff options
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()) |