forked from teamnwah/openmw-tes3coop
Slightly better performance on animation2
This commit is contained in:
parent
fb51b281b2
commit
08f3ecf935
1 changed files with 3 additions and 2 deletions
|
@ -466,11 +466,12 @@ namespace MWRender{
|
|||
|
||||
|
||||
}
|
||||
skel->_updateTransforms();
|
||||
base->getAllAnimationStates()->_notifyDirty();
|
||||
|
||||
|
||||
slot++;
|
||||
}
|
||||
skel->_updateTransforms();
|
||||
base->getAllAnimationStates()->_notifyDirty();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue