mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 09:13:06 +00:00
clang'd
This commit is contained in:
parent
8792e76f5d
commit
24890a729b
1 changed files with 5 additions and 5 deletions
|
|
@ -1863,8 +1863,8 @@ namespace MWMechanics
|
|||
mAnimQueue.pop_front();
|
||||
|
||||
bool loopfallback = mAnimQueue.front().mGroup.starts_with("idle");
|
||||
mAnimation->play(mAnimQueue.front().mGroup, Priority_Default, MWRender::Animation::BlendMask_All,
|
||||
false, 1.0f, "start", "stop", 0.0f, mAnimQueue.front().mLoopCount, loopfallback);
|
||||
mAnimation->play(mAnimQueue.front().mGroup, Priority_Default, MWRender::Animation::BlendMask_All, false,
|
||||
1.0f, "start", "stop", 0.0f, mAnimQueue.front().mLoopCount, loopfallback);
|
||||
}
|
||||
else if (mAnimQueue.front().mLoopCount > 1 && mAnimQueue.front().mPersist)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue