model asks for renderUpdate if animating

This commit is contained in:
SamGondelman 2017-10-09 13:36:38 -07:00
parent c45fe1af6c
commit 873ae9b9d6

View file

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