mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 15:36:41 +00:00
Fix the group for creature attack animations
This commit is contained in:
parent
3dcb292bc1
commit
5049f3b134
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ bool CharacterController::updateCreatureState()
|
||||||
}
|
}
|
||||||
|
|
||||||
mAnimation->play(mCurrentWeapon, Priority_Weapon,
|
mAnimation->play(mCurrentWeapon, Priority_Weapon,
|
||||||
MWRender::Animation::Group_UpperBody, true,
|
MWRender::Animation::Group_All, true,
|
||||||
1, "start", "stop",
|
1, "start", "stop",
|
||||||
0.0f, 0);
|
0.0f, 0);
|
||||||
mUpperBodyState = UpperCharState_StartToMinAttack;
|
mUpperBodyState = UpperCharState_StartToMinAttack;
|
||||||
|
|
Loading…
Reference in a new issue