diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 0efe9847..cc48bb26 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -162,9 +162,9 @@ private: static void delete_pass_region(pass_region*& ptr); - struct bbox final // NOLINT(cppcoreguidelines-pro-type-member-init) + struct bbox final { - object_id id; // todo change to collision_data + collision_data data; Vector2i start, end; bool operator==(const bbox& other) const noexcept; |