Merge pull request #11552 from SamGondelman/animationMaster

Cherry-pick "Model asks for renderUpdate if animating" into master
This commit is contained in:
Seth Alves 2017-10-09 17:57:19 -07:00 committed by GitHub
commit 559f229bd1

View file

@ -1240,6 +1240,7 @@ void ModelEntityRenderer::doRenderUpdateSynchronousTyped(const ScenePointer& sce
mapJoints(entity, model->getJointNames());
}
animate(entity);
emit requestRenderUpdate();
}
}