diff options
Diffstat (limited to 'src/pipeline/physics_pipeline.rs')
| -rw-r--r-- | src/pipeline/physics_pipeline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/physics_pipeline.rs b/src/pipeline/physics_pipeline.rs index 0720ff1..3a4851d 100644 --- a/src/pipeline/physics_pipeline.rs +++ b/src/pipeline/physics_pipeline.rs @@ -130,7 +130,7 @@ impl PhysicsPipeline { self.counters.stages.island_construction_time.start(); bodies.update_active_set_with_contacts( colliders, - narrow_phase.contact_graph(), + narrow_phase, joints.joint_graph(), integration_parameters.min_island_size, ); |
