summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/draw.cpp2
1 files changed, 1 insertions, 1 deletions
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<collision_data>(data);
-#if 0
+#if 0 // todo!
if (x.tag == (uint64_t)collision_type::geometry)
return true;
#else