mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Fix position flicker after an animation ends
This commit is contained in:
parent
8bc7eb5530
commit
42d63a4eb2
1 changed files with 3 additions and 0 deletions
|
@ -1002,6 +1002,9 @@ void Animation::resetActiveGroups()
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (mAccumRoot && mNonAccumCtrl)
|
||||
mAccumRoot->setPosition(-mNonAccumCtrl->getTranslation(state->second.mTime)*mAccumulate);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue