Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix static body handling in
update_aabb_intervals
(#285)
# Objective #283 had an oversight where it required colliders to have a `RigidBody` for AABBs to be updated. It also didn't handle child colliders. ## Solution Use the `ColliderParent` to get the (optional) `RigidBody` of the entity the collider is attached to.
- Loading branch information