diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 18:09:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 18:09:42 +0200 |
commit | 3e1349ce28eae928c8ecfd2ec9bfdde5147ad6a8 (patch) | |
tree | 67600c94d7455e5eba00ca764630171682eec74c /editor | |
parent | 74bd1480c6f9c19b4cac5850612891293adc26ec (diff) |
c
Diffstat (limited to 'editor')
-rw-r--r-- | editor/draw.cpp | 2 |
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 |