diff --git a/interface/src/renderer/JointState.cpp b/interface/src/renderer/JointState.cpp index d4a589b657..b74cb83ad7 100644 --- a/interface/src/renderer/JointState.cpp +++ b/interface/src/renderer/JointState.cpp @@ -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;