1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 10:23:52 +00:00

Slightly better performance on animation2

This commit is contained in:
Jason Hooks 2012-02-24 01:30:17 -05:00
parent fb51b281b2
commit 08f3ecf935

View file

@ -466,11 +466,12 @@ namespace MWRender{
}
skel->_updateTransforms();
base->getAllAnimationStates()->_notifyDirty();
slot++;
}
skel->_updateTransforms();
base->getAllAnimationStates()->_notifyDirty();
}
}