mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Add missing cell update for physics system (Fixes #3917)
This commit is contained in:
parent
62f0ba6045
commit
534c81976c
@ -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…
x
Reference in New Issue
Block a user