CR lost _transformChanged

This commit is contained in:
Atlante45 2014-07-29 15:59:53 -07:00
parent 7800ffbf2e
commit 42ba3ea338

View file

@ -179,6 +179,7 @@ void JointState::applyRotationDelta(const glm::quat& delta, bool constrain, floa
if (!constrain || _constraint == NULL) {
// no constraints
_rotationInConstrainedFrame = targetRotation;
_transformChanged = true;
_rotation = delta * _rotation;
return;