mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Fix the group for creature attack animations
This commit is contained in:
parent
3dcb292bc1
commit
5049f3b134
@ -504,7 +504,7 @@ bool CharacterController::updateCreatureState()
|
||||
}
|
||||
|
||||
mAnimation->play(mCurrentWeapon, Priority_Weapon,
|
||||
MWRender::Animation::Group_UpperBody, true,
|
||||
MWRender::Animation::Group_All, true,
|
||||
1, "start", "stop",
|
||||
0.0f, 0);
|
||||
mUpperBodyState = UpperCharState_StartToMinAttack;
|
||||
|
Loading…
x
Reference in New Issue
Block a user