Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
This commit is contained in:
committed by
Sébastien Crozet
parent
57ed0430d1
commit
bccb7d4c66
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user