1
0
Fork 1
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:
scrawl 2017-06-25 12:47:57 +02:00
parent 62f0ba6045
commit 534c81976c

View file

@ -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();