From e674be9c8c940a91cad01af506fbf22a5000d8d9 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 27 Dec 2016 15:15:11 -0800 Subject: [PATCH] fix animated entities --- libraries/animation/src/Rig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/animation/src/Rig.cpp b/libraries/animation/src/Rig.cpp index 6066905943..0e14beab87 100644 --- a/libraries/animation/src/Rig.cpp +++ b/libraries/animation/src/Rig.cpp @@ -924,8 +924,8 @@ void Rig::updateAnimations(float deltaTime, glm::mat4 rootTransform) { for (auto& trigger : triggersOut) { _animVars.setTrigger(trigger); } - applyOverridePoses(); } + applyOverridePoses(); buildAbsoluteRigPoses(_internalPoseSet._relativePoses, _internalPoseSet._absolutePoses); // copy internal poses to external poses