try to allow axisInA to be adjusted on the fly

This commit is contained in:
Seth Alves 2017-04-22 20:45:23 -07:00
parent f172730a38
commit b65b34a81b

View file

@ -192,7 +192,7 @@ btTypedConstraint* ObjectConstraintHinge::getConstraint() {
forceBodyNonStatic();
activateBody();
updateHinge();
// updateHinge();
return constraint;
}