Merge pull request #454 from JRF63/typo

Fix typo in `EventHandler::handle_collision_event`
This commit is contained in:
Sébastien Crozet
2023-03-18 11:06:29 +01:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ pub trait EventHandler: Send + Sync {
/// * `event` - The collision event.
/// * `bodies` - The set of rigid-bodies.
/// * `colliders` - The set of colliders.
/// * `contact_pair` - The current state of contacts between the two colliders. This is set ot `None`
/// * `contact_pair` - The current state of contacts between the two colliders. This is set to `None`
/// if at least one of the collider is a sensor (in which case no contact information
/// is ever computed).
fn handle_collision_event(