1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

fix failing assert

This commit is contained in:
Lars Mueller 2025-02-04 03:37:45 +01:00
parent 63b9979ff7
commit 78f2ccc6db

View file

@ -584,7 +584,7 @@ void CAnimatedMeshSceneNode::animateJoints()
checkJoints();
SkinnedMesh *skinnedMesh = static_cast<SkinnedMesh *>(Mesh);
if (!skinnedMesh->isStatic())
updateJointSceneNodes(skinnedMesh->animateMesh(getFrameNr()));
//-----------------------------------------