mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
model asks for renderUpdate if animating
This commit is contained in:
parent
c45fe1af6c
commit
873ae9b9d6
1 changed files with 1 additions and 0 deletions
|
@ -1244,6 +1244,7 @@ void ModelEntityRenderer::doRenderUpdateSynchronousTyped(const ScenePointer& sce
|
||||||
mapJoints(entity, model->getJointNames());
|
mapJoints(entity, model->getJointNames());
|
||||||
}
|
}
|
||||||
animate(entity);
|
animate(entity);
|
||||||
|
emit requestRenderUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue