Complete the implementation of non-simd joint motor for the revolute joint.
This commit is contained in:
@@ -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."
|
||||
// )
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user