mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-07 04:41:23 +00:00
Clang format
This commit is contained in:
parent
85f104fefe
commit
58e3fdac36
1 changed files with 4 additions and 3 deletions
|
@ -1869,9 +1869,10 @@ namespace MWMechanics
|
||||||
{
|
{
|
||||||
// Move on to the remaining items of the queue
|
// Move on to the remaining items of the queue
|
||||||
bool loopfallback = mAnimQueue.front().mGroup.starts_with("idle");
|
bool loopfallback = mAnimQueue.front().mGroup.starts_with("idle");
|
||||||
mAnimation->play(mAnimQueue.front().mGroup, mAnimQueue.front().mScripted ? Priority_Scripted : Priority_Default,
|
mAnimation->play(mAnimQueue.front().mGroup,
|
||||||
MWRender::Animation::BlendMask_All,
|
mAnimQueue.front().mScripted ? Priority_Scripted : Priority_Default,
|
||||||
false, 1.0f, "start", "stop", 0.0f, mAnimQueue.front().mLoopCount, loopfallback);
|
MWRender::Animation::BlendMask_All, false, 1.0f, "start", "stop", 0.0f,
|
||||||
|
mAnimQueue.front().mLoopCount, loopfallback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue