aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-03-18 11:04:59 +0100
committerSébastien Crozet <developer@crozet.re>2023-03-18 11:04:59 +0100
commitfd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb (patch)
tree797c53f619e768f1e61f9bccfa37c02cbf330d12 /src
parenta0c0848deeaae02c156ad06436d94672d60aa95e (diff)
downloadrapier-fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb.tar.gz
rapier-fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb.tar.bz2
rapier-fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb.zip
More typo fix
Diffstat (limited to 'src')
-rw-r--r--src/pipeline/event_handler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/event_handler.rs b/src/pipeline/event_handler.rs
index d0214bd..7957ccf 100644
--- a/src/pipeline/event_handler.rs
+++ b/src/pipeline/event_handler.rs
@@ -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 or `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(