mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-06 09:39:49 +00:00
Fix possible fall damage when switching from falling to flying
This commit is contained in:
parent
00034192dc
commit
d294d7e284
@ -1754,7 +1754,7 @@ void CharacterController::update(float duration)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(mJumpState == JumpState_InAir && !inwater)
|
else if(mJumpState == JumpState_InAir && !inwater && !flying)
|
||||||
{
|
{
|
||||||
forcestateupdate = true;
|
forcestateupdate = true;
|
||||||
jumpstate = JumpState_Landing;
|
jumpstate = JumpState_Landing;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user