summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-26 18:09:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-26 18:09:42 +0200
commit3e1349ce28eae928c8ecfd2ec9bfdde5147ad6a8 (patch)
tree67600c94d7455e5eba00ca764630171682eec74c /editor
parent74bd1480c6f9c19b4cac5850612891293adc26ec (diff)
c
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