We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c207397 + cb654a0 commit bc02a4aCopy full SHA for bc02a4a
apps/openmw/mwworld/worldimp.cpp
@@ -602,7 +602,7 @@ namespace MWWorld
602
if (mProjectileManager)
603
mProjectileManager->clear();
604
605
- if (Settings::navigator().mWaitForAllJobsOnExit)
+ if (Settings::navigator().mWaitForAllJobsOnExit && mNavigator != nullptr)
606
{
607
Log(Debug::Verbose) << "Waiting for all navmesh jobs to be done...";
608
mNavigator->wait(DetourNavigator::WaitConditionType::allJobsDone, nullptr);
0 commit comments