mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Clang format
This commit is contained in:
parent
85f104fefe
commit
58e3fdac36
@ -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…
x
Reference in New Issue
Block a user