From 0f0f2c344fd78c3d1ca9ec07d3523c5d0ea10c82 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 23 Feb 2021 16:02:19 +0100 Subject: Rename modify_contacts -> modify_solver_contacts. --- src/pipeline/physics_hooks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pipeline') diff --git a/src/pipeline/physics_hooks.rs b/src/pipeline/physics_hooks.rs index d7b7b7e..11ca485 100644 --- a/src/pipeline/physics_hooks.rs +++ b/src/pipeline/physics_hooks.rs @@ -179,7 +179,7 @@ pub trait PhysicsHooks: Send + Sync { /// contains the `PhysicsHooksFlags::MODIFY_SOLVER_CONTACTS` flags. /// /// By default, the content of `solver_contacts` is computed from `manifold.points`. - /// This method will be called on each contact manifold which have the flag `SolverFlags::MODIFY_CONTACTS` set. + /// This method will be called on each contact manifold which have the flag `SolverFlags::modify_solver_contacts` set. /// This method can be used to modify the set of solver contacts seen by the constraints solver: contacts /// can be removed and modified. /// -- cgit