aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-07-11 18:41:51 +0200
committerSébastien Crozet <sebastien@crozet.re>2021-07-11 19:21:50 +0200
commit77a6cd3f26525ce6b02b63b34cb68d3a8a444ee2 (patch)
treed7ad31295739f685a486d6653175630718a34760 /src/dynamics/joint
parent9233a855f0fd13e61c475b32117838af95fb4c93 (diff)
downloadrapier-0.10.0.tar.gz
rapier-0.10.0.tar.bz2
rapier-0.10.0.zip
Release v0.10.0v0.10.0
Diffstat (limited to 'src/dynamics/joint')
-rw-r--r--src/dynamics/joint/joint_set.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dynamics/joint/joint_set.rs b/src/dynamics/joint/joint_set.rs
index d2373ec..01e0d27 100644
--- a/src/dynamics/joint/joint_set.rs
+++ b/src/dynamics/joint/joint_set.rs
@@ -172,7 +172,6 @@ impl JointSet {
/// Inserts a new joint into this set and retrieve its handle.
pub fn insert<J>(
&mut self,
- _bodies: &mut impl ComponentSetMut<RigidBodyIds>, // FIXME: remove this argument, this is no longer necessary.
body1: RigidBodyHandle,
body2: RigidBodyHandle,
joint_params: J,