mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Merge branch '6375' into 'master'
Fix regression #6375 Closes #6375 See merge request OpenMW/openmw!1331
This commit is contained in:
commit
8c06558cf8
@ -539,6 +539,7 @@ namespace MWMechanics
|
||||
state.mFallHeight = mFallHeight; // TODO: vertical velocity (move from PhysicActor to CreatureStats?)
|
||||
state.mLastHitObject = mLastHitObject;
|
||||
state.mLastHitAttemptObject = mLastHitAttemptObject;
|
||||
state.mRecalcDynamicStats = false;
|
||||
state.mDrawState = mDrawState;
|
||||
state.mLevel = mLevel;
|
||||
state.mActorId = mActorId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user