dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

fix: testbed: keyD removes only dynamic bodies as intended #648

Closed Vrixyz closed 3 weeks ago

Vrixyz commented 3 weeks ago

Currently, the character controller example has all chances to crash if its kinematic character controller is removed with "KeyD".

it's the intended behaviour as hinted by a comment above modified line.