From 42ba3ea33813813e5a86c586abbe0ae2fd68255e Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Tue, 29 Jul 2014 15:59:53 -0700 Subject: [PATCH] CR lost _transformChanged --- interface/src/renderer/JointState.cpp | 1 + 1 file changed, 1 insertion(+) 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;