From 4f9da55305d74a40b4e2197b236b94dd16571dbe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Apr 2023 03:37:10 +0200 Subject: a --- editor/draw.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/draw.cpp') 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()) -- cgit v1.2.3