summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-02 03:37:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-02 03:37:10 +0200
commit4f9da55305d74a40b4e2197b236b94dd16571dbe (patch)
treebab56b0441005cf103b2f65f104a33bf2ec6e971 /editor/draw.cpp
parent7124efd5a43017413b2b009c13371b9722c927e6 (diff)
a
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp1
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())