dimforge / rapier

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

Prevent testbed.rs from crashing when pressing D #484

Closed stefnotch closed 1 year ago

stefnotch commented 1 year ago

Steps to reproduce the bug before this fix:

  1. Start testbed
  2. Switch to character controller example
  3. Press D
  4. Crash
sebcrozet commented 1 year ago

Thanks!