diff options
Diffstat (limited to 'src_testbed/nphysics_backend.rs')
| -rw-r--r-- | src_testbed/nphysics_backend.rs | 11 |
1 files changed, 5 insertions, 6 deletions
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." + // ) + // } } } |
