Remove the narrow-phase graph indices from the collider.
They are on the narrow-phase now.
This commit is contained in:
@@ -74,7 +74,7 @@ impl CollisionPipeline {
|
||||
|
||||
bodies.update_active_set_with_contacts(
|
||||
colliders,
|
||||
narrow_phase.contact_graph(),
|
||||
narrow_phase,
|
||||
self.empty_joints.joint_graph(),
|
||||
0,
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user