1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 00:36:46 +00:00

Fix the group for creature attack animations

This commit is contained in:
scrawl 2014-01-17 20:18:35 +01:00
parent 3dcb292bc1
commit 5049f3b134

View file

@ -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;