dimforge / parry

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

`QBVHNode` is private type on public method `QBVH::raw_nodes` #94

Closed bonsairobo closed 2 years ago

bonsairobo commented 2 years ago

Not sure how this slips through the compiler or linter. But I think it's because QBVHNode is in a private module without an explicit re-export.

sebcrozet commented 2 years ago

Fixed by #96