mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 08:41:32 +00:00
Merge branch 'canyouseeme' into 'master'
Solve actor awareness check without async physics See merge request OpenMW/openmw!1071
This commit is contained in:
commit
4c5e6beb75
1 changed files with 1 additions and 0 deletions
|
@ -565,6 +565,7 @@ namespace MWPhysics
|
|||
if (mAdvanceSimulation)
|
||||
actorData.mActorRaw->setStandingOnPtr(actorData.mStandingOn);
|
||||
}
|
||||
refreshLOSCache();
|
||||
}
|
||||
|
||||
void PhysicsTaskScheduler::updateStats(osg::Timer_t frameStart, unsigned int frameNumber, osg::Stats& stats)
|
||||
|
|
Loading…
Reference in a new issue