Fix delta_time being 0 resulting in incorrect simulation (#660)
* Add failing test * fix tests * better fix * add changelog * fix propagated to `contact_cfm_factor` * PR feedback * more PR feedbacks
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## Unreleased
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix `NaN` values appearing in bodies translation and rotation after a simulation step with a delta time equal to 0 ([#660](https://github.com/dimforge/rapier/pull/660)).
|
||||
|
||||
## v0.20.0 (9 June 2024)
|
||||
|
||||
This release introduces two new crates:
|
||||
|
||||
Reference in New Issue
Block a user