diff options
| author | Sébastien Crozet <developer@crozet.re> | 2023-03-18 11:04:59 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2023-03-18 11:04:59 +0100 |
| commit | fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb (patch) | |
| tree | 797c53f619e768f1e61f9bccfa37c02cbf330d12 /src | |
| parent | a0c0848deeaae02c156ad06436d94672d60aa95e (diff) | |
| download | rapier-fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb.tar.gz rapier-fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb.tar.bz2 rapier-fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb.zip | |
More typo fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/pipeline/event_handler.rs | 2 |
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( |
