1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 22:45:35 +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++; slot++;
} }
skel->_updateTransforms();
base->getAllAnimationStates()->_notifyDirty();
} }
} }