Fix avatar and other model animations

This commit is contained in:
Brad Davis 2015-09-15 07:44:57 -07:00
parent 3f688f92d3
commit f4818c17cf

View file

@ -1295,6 +1295,7 @@ void Model::simulate(float deltaTime, bool fullUpdate) {
//virtual
void Model::updateRig(float deltaTime, glm::mat4 parentTransform) {
_needsUpdateClusterMatrices = true;
_rig->updateAnimations(deltaTime, parentTransform);
}
void Model::simulateInternal(float deltaTime) {