Release v0.24.0 (#820)

This commit is contained in:
Sébastien Crozet
2025-04-10 12:44:58 +02:00
committed by GitHub
parent 1077faba16
commit ed7e6393b8
14 changed files with 43 additions and 39 deletions

View File

@@ -38,8 +38,8 @@ pub trait EventHandler: Send + Sync {
/// * `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 to `None`
/// if at least one of the collider is a sensor (in which case no contact information
/// is ever computed).
/// if at least one of the collider is a sensor (in which case no contact information
/// is ever computed).
fn handle_collision_event(
&self,
bodies: &RigidBodySet,