aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipeline')
-rw-r--r--src/pipeline/physics_pipeline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/physics_pipeline.rs b/src/pipeline/physics_pipeline.rs
index a83240e..80d75eb 100644
--- a/src/pipeline/physics_pipeline.rs
+++ b/src/pipeline/physics_pipeline.rs
@@ -235,7 +235,7 @@ impl PhysicsPipeline {
bodies,
colliders,
narrow_phase,
- joints.joint_graph(),
+ joints,
integration_parameters.min_island_size,
);
self.counters.stages.island_construction_time.pause();