diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-28 17:35:38 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-09-20 16:08:46 +0200 |
| commit | 093f90ce1dfc7f5b5369357eecb239ac8db81eea (patch) | |
| tree | 1451edf10a4bdb730ba79ddd845bd20f98bfe9db /src/chunk-collision.cpp | |
| parent | d34cf9c575fef03c6505939fa77ebedabfae413a (diff) | |
d
Diffstat (limited to 'src/chunk-collision.cpp')
| -rw-r--r-- | src/chunk-collision.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk-collision.cpp b/src/chunk-collision.cpp index 78e11047..6b266543 100644 --- a/src/chunk-collision.cpp +++ b/src/chunk-collision.cpp @@ -101,7 +101,7 @@ start: } // namespace #if 1 -bool chunk::find_hole_in_bbox(CutResult<float>::rect& hole, Chunk_RTree& rtree, Vector2 min, Vector2 max) +bool chunk::find_hole_in_bbox(CutResult<float>::rect& hole, const Chunk_RTree& rtree, Vector2 min, Vector2 max) { bool ret = true; rtree.Search(min.data(), max.data(), [&](uint64_t data, const Chunk_RTree::Rect& r) { |
