mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 22:19:54 +00:00
Add missing cell update for physics system (Fixes #3917)
This commit is contained in:
parent
62f0ba6045
commit
534c81976c
1 changed files with 2 additions and 0 deletions
|
@ -461,6 +461,8 @@ namespace MWWorld
|
|||
mechMgr->updateCell(old, player);
|
||||
mechMgr->watchActor(player);
|
||||
|
||||
mPhysics->updatePtr(old, player);
|
||||
|
||||
MWBase::Environment::get().getWorld()->adjustSky();
|
||||
|
||||
mLastPlayerPos = pos.asVec3();
|
||||
|
|
Loading…
Reference in a new issue