diff options
Diffstat (limited to 'src/geometry/narrow_phase.rs')
| -rw-r--r-- | src/geometry/narrow_phase.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry/narrow_phase.rs b/src/geometry/narrow_phase.rs index dacca9e..70fa30f 100644 --- a/src/geometry/narrow_phase.rs +++ b/src/geometry/narrow_phase.rs @@ -1013,6 +1013,7 @@ impl NarrowPhase { bodies: &RigidBodySet, out_contact_pairs: &mut Vec<TemporaryInteractionIndex>, out_manifolds: &mut Vec<&'a mut ContactManifold>, + out_pairs: &mut Vec<TemporaryInteractionIndex>, out: &mut Vec<Vec<ContactManifoldIndex>>, ) { for out_island in &mut out[..islands.num_islands()] { |
