diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-24 11:59:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-25 22:59:05 +0200 |
commit | 83f60aa9a5a2452158b7774044dcc51c82c43ae4 (patch) | |
tree | e7354aa1b76ecb2c8f6ca34bcd40e8059b937b08 /editor | |
parent | 36972e30f7f2c47e3a5e45b94cda5e0072839484 (diff) |
w
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 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<collision_data>(data); -#if 1 +#if 0 if (x.tag == (uint64_t)collision_type::geometry) return true; #else |