mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-06 21:11: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
|
||||
bool loopfallback = mAnimQueue.front().mGroup.starts_with("idle");
|
||||
mAnimation->play(mAnimQueue.front().mGroup, mAnimQueue.front().mScripted ? Priority_Scripted : Priority_Default,
|
||||
MWRender::Animation::BlendMask_All,
|
||||
false, 1.0f, "start", "stop", 0.0f, mAnimQueue.front().mLoopCount, loopfallback);
|
||||
mAnimation->play(mAnimQueue.front().mGroup,
|
||||
mAnimQueue.front().mScripted ? Priority_Scripted : Priority_Default,
|
||||
MWRender::Animation::BlendMask_All, false, 1.0f, "start", "stop", 0.0f,
|
||||
mAnimQueue.front().mLoopCount, loopfallback);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue