1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +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:
psi29a 2021-07-31 22:18:35 +00:00
commit 4c5e6beb75

View File

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