mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-14 12:13:07 +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();
|
mAnimQueue.pop_front();
|
||||||
|
|
||||||
bool loopfallback = mAnimQueue.front().mGroup.starts_with("idle");
|
bool loopfallback = mAnimQueue.front().mGroup.starts_with("idle");
|
||||||
mAnimation->play(mAnimQueue.front().mGroup, Priority_Default, MWRender::Animation::BlendMask_All,
|
mAnimation->play(mAnimQueue.front().mGroup, Priority_Default, MWRender::Animation::BlendMask_All, false,
|
||||||
false, 1.0f, "start", "stop", 0.0f, mAnimQueue.front().mLoopCount, loopfallback);
|
1.0f, "start", "stop", 0.0f, mAnimQueue.front().mLoopCount, loopfallback);
|
||||||
}
|
}
|
||||||
else if (mAnimQueue.front().mLoopCount > 1 && mAnimQueue.front().mPersist)
|
else if (mAnimQueue.front().mLoopCount > 1 && mAnimQueue.front().mPersist)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue