From e9f17f32e8dda4b97d2eb7b2118b7373d0c554d0 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Fri, 19 Feb 2021 15:21:25 +0100 Subject: Complete the implementation of non-simd joint motor for the revolute joint. --- src_testbed/nphysics_backend.rs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src_testbed/nphysics_backend.rs') diff --git a/src_testbed/nphysics_backend.rs b/src_testbed/nphysics_backend.rs index cce56e8..698e255 100644 --- a/src_testbed/nphysics_backend.rs +++ b/src_testbed/nphysics_backend.rs @@ -121,12 +121,11 @@ impl NPhysicsWorld { } nphysics_joints.insert(c); - } - JointParams::GenericJoint(_) => { - eprintln!( - "Joint type currently unsupported by the nphysics backend: GenericJoint." - ) - } + } // JointParams::GenericJoint(_) => { + // eprintln!( + // "Joint type currently unsupported by the nphysics backend: GenericJoint." + // ) + // } } } -- cgit