Add missing cell update for physics system (Fixes #3917)

pull/230/head
scrawl 8 years ago
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…
Cancel
Save