From 83f60aa9a5a2452158b7774044dcc51c82c43ae4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 May 2024 11:59:48 +0200 Subject: w --- editor/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/draw.cpp b/editor/draw.cpp index 249bf72c..bae3dffb 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -134,7 +134,7 @@ void app::draw_collision_boxes() const auto* rtree = c.rtree(); rtree->Search(min2f, max2f, [&](object_id data, const rect_type& rect) { [[maybe_unused]] auto x = std::bit_cast(data); -#if 1 +#if 0 if (x.tag == (uint64_t)collision_type::geometry) return true; #else -- cgit v1.2.3