aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-03-18 11:06:29 +0100
committerGitHub <noreply@github.com>2023-03-18 11:06:29 +0100
commitd3e1370f59277bc96bfafaf1ca38a203a34d44c3 (patch)
treee55eeb812c255caf3f6fa3d8573a0b8f4a755adb /src
parent13816245790b6b8b3791d80000c3350ba0a42053 (diff)
parentfd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb (diff)
downloadrapier-d3e1370f59277bc96bfafaf1ca38a203a34d44c3.tar.gz
rapier-d3e1370f59277bc96bfafaf1ca38a203a34d44c3.tar.bz2
rapier-d3e1370f59277bc96bfafaf1ca38a203a34d44c3.zip
Merge pull request #454 from JRF63/typo
Fix typo in `EventHandler::handle_collision_event`
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 e5270ad..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 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(