From 3e1349ce28eae928c8ecfd2ec9bfdde5147ad6a8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 26 May 2024 18:09:09 +0200 Subject: c --- 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 bae3dffb..2751360c 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 0 +#if 0 // todo! if (x.tag == (uint64_t)collision_type::geometry) return true; #else -- cgit v1.2.3