We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4de8f7 commit ee3886fCopy full SHA for ee3886f
1 file changed
Engine/src/Handlers/LoadingHandler.cpp
@@ -47,6 +47,7 @@ void Prisma::LoadingHandler::update(std::shared_ptr<Camera> camera,
47
if (m_sceneParameters.onLoad) {
48
m_sceneParameters.onLoad(hasFinish);
49
}
50
+ AnimationHandler::getInstance().fill();
51
MeshIndirect::getInstance().init();
52
m_hasLoad = false;
53
0 commit comments