dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
534 stars 93 forks source link

Make `Qbvh::leaf_data` non-mut. #112

Closed sebcrozet closed 1 year ago

sebcrozet commented 1 year ago

There is no reason to take a mutable reference here.