From 42305cd3b9942ba07fbae85a855ad23f1ad044a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Feb 2023 00:53:04 +0100 Subject: kill lqt --- editor/draw.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/draw.cpp b/editor/draw.cpp index baf7f135..4e175ab4 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -7,7 +7,6 @@ #include "draw/anim.hpp" #include "src/camera-offset.hpp" #include "src/world.hpp" -#include "src/collision.hpp" #include #include @@ -61,6 +60,7 @@ void app::draw_cursor() void app::draw_collision_boxes() { +#if 0 const auto [minx, maxx, miny, maxy] = M->get_draw_bounds(); const auto sz = M->window_size(); auto& world = M->world(); @@ -97,6 +97,7 @@ void app::draw_collision_boxes() } } shader.set_tint({1, 1, 1, 1}); +#endif } void app::draw() -- cgit v1.2.3