mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 20:19:57 +00:00
Merge pull request #1741 from akortunov/master
Do not reset mUpperBodyState for weapon->weapon switch
This commit is contained in:
commit
926ddcd47e
1 changed files with 0 additions and 1 deletions
|
@ -1214,7 +1214,6 @@ bool CharacterController::updateWeaponState()
|
|||
bool animPlaying = mAnimation->getInfo(mCurrentWeapon, &complete);
|
||||
if (!animPlaying || complete >= 1.0f)
|
||||
{
|
||||
mUpperBodyState = UpperCharState_Nothing;
|
||||
forcestateupdate = true;
|
||||
mAnimation->showCarriedLeft(updateCarriedLeftVisible(weaptype));
|
||||
|
||||
|
|
Loading…
Reference in a new issue