diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 23:15:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 23:15:50 +0100 |
commit | 3adb32e27798c59b4477a86484a3c82b75ce574d (patch) | |
tree | 1aeb91172813cda8dfd347942b43ee94dbcbec4c /src/chunk.cpp | |
parent | b2720141c73d7e6770774e832786d00d17a02e19 (diff) |
pass explicit collision_data for rtree node
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r-- | src/chunk.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp index 0c02495e..18b8a6f1 100644 --- a/src/chunk.cpp +++ b/src/chunk.cpp @@ -159,8 +159,6 @@ chunk::~chunk() noexcept chunk::chunk(chunk&&) noexcept = default; chunk& chunk::operator=(chunk&&) noexcept = default; -bool chunk::bbox::operator==(const bbox& other) const noexcept = default; - void chunk::add_object_unsorted(const std::shared_ptr<object>& e) { _objects_sorted = false; |