mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00: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