From 77a6cd3f26525ce6b02b63b34cb68d3a8a444ee2 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sun, 11 Jul 2021 18:41:51 +0200 Subject: Release v0.10.0 --- src/dynamics/joint/joint_set.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dynamics/joint') 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( &mut self, - _bodies: &mut impl ComponentSetMut, // FIXME: remove this argument, this is no longer necessary. body1: RigidBodyHandle, body2: RigidBodyHandle, joint_params: J, -- cgit