model asks for renderUpdate if animating

(cherry picked from commit 873ae9b9d6)
This commit is contained in:
SamGondelman 2017-10-09 13:36:38 -07:00
parent 895f79fd80
commit ee02fa9a91

View file

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