use hashset from parry (#716 follow up) (#788)

This commit is contained in:
Thierry Berger
2025-01-17 16:06:06 +01:00
committed by GitHub
parent b0e72bb79d
commit 65f87d597b
3 changed files with 22 additions and 22 deletions

View File

@@ -437,7 +437,7 @@ impl PhysicsPipeline {
.drain()
.chain(multibody_joints.to_wake_up.drain());
for handle in impulse_joints_iterator {
islands.wake_up(bodies, handle.0, true);
islands.wake_up(bodies, handle, true);
}
// Apply modifications.