forked from teamnwah/openmw-tes3coop
Fix idle animations playing
This commit is contained in:
parent
2a14af2e27
commit
9b04a7c1e6
1 changed files with 1 additions and 1 deletions
|
@ -1892,7 +1892,7 @@ void CharacterController::update(float duration)
|
||||||
movestate = mMovementState;
|
movestate = mMovementState;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isTurning())
|
if(movestate != CharState_None && !isTurning())
|
||||||
clearAnimQueue();
|
clearAnimQueue();
|
||||||
|
|
||||||
if(mAnimQueue.empty() || inwater || sneak)
|
if(mAnimQueue.empty() || inwater || sneak)
|
||||||
|
|
Loading…
Reference in a new issue