mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-17 16:36:33 -04:00
Merge branch 'seducer_ice_queen' into 'master'
Prevent a missing weapon animation from partially freezing actors See merge request OpenMW/openmw!1060
This commit is contained in:
commit
292e6f1a9e
@ -1661,7 +1661,8 @@ bool CharacterController::updateWeaponState(CharacterState& idle)
|
|||||||
MWRender::Animation::BlendMask_All, false,
|
MWRender::Animation::BlendMask_All, false,
|
||||||
weapSpeed, startKey, stopKey,
|
weapSpeed, startKey, stopKey,
|
||||||
0.0f, 0);
|
0.0f, 0);
|
||||||
mUpperBodyState = UpperCharState_StartToMinAttack;
|
if(mAnimation->isPlaying(mCurrentWeapon))
|
||||||
|
mUpperBodyState = UpperCharState_StartToMinAttack;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user