aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/rigid_body_set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamics/rigid_body_set.rs')
-rw-r--r--src/dynamics/rigid_body_set.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dynamics/rigid_body_set.rs b/src/dynamics/rigid_body_set.rs
index 62a6a54..cd8f30a 100644
--- a/src/dynamics/rigid_body_set.rs
+++ b/src/dynamics/rigid_body_set.rs
@@ -109,8 +109,8 @@ impl RigidBodySet {
/*
* Remove impulse_joints attached to this rigid-body.
*/
- impulse_joints.remove_joints_attached_to_rigid_body(handle, islands, self);
- multibody_joints.remove_joints_attached_to_rigid_body(handle, islands, self);
+ impulse_joints.remove_joints_attached_to_rigid_body(handle);
+ multibody_joints.remove_joints_attached_to_rigid_body(handle);
Some(rb)
}