mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
CR lost _transformChanged
This commit is contained in:
parent
7800ffbf2e
commit
42ba3ea338
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue