mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
Notify workers when only at least one job is posted
This commit is contained in:
parent
b9b8ed177c
commit
82e2739bae
@ -87,7 +87,8 @@ namespace DetourNavigator
|
|||||||
|
|
||||||
log("posted ", mJobs.size(), " jobs");
|
log("posted ", mJobs.size(), " jobs");
|
||||||
|
|
||||||
mHasJob.notify_all();
|
if (!mJobs.empty())
|
||||||
|
mHasJob.notify_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AsyncNavMeshUpdater::wait()
|
void AsyncNavMeshUpdater::wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user