Improve distant object panics in broad phase (#128)

Co-authored-by: Thierry Berger <contact@thierryberger.com>
This commit is contained in:
Ben Harper
2024-08-06 01:19:52 +10:00
committed by GitHub
parent 7ff92b1cf5
commit af3a26c99d
6 changed files with 42 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
## Unreleased
### Fix
- The region key has been replaced by an i64 in the f64 version of rapier, increasing the range before panics occur.
## v0.22.0 (20 July 2024)
### Fix