dimforge / rapier

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

fix lock_translations & lock_rotations doesn't work both ways #511

Closed Triuman closed 1 year ago

Triuman commented 1 year ago

rigidbody.lock_translations and lock_rotations methods were able to lock but not unlock.

sebcrozet commented 1 year ago

Thanks!