Update comment in zone filler.

This commit is contained in:
Alex 2022-12-05 21:48:12 +03:00
parent c4aed1d941
commit 0089df8ca4
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ bool ZONE_FILLER::Fill( std::vector<ZONE*>& aZones, bool aCheck, wxWindow* aPare
}
}
// Make sure the threads are not running
// Make sure that all futures have finished.
for( auto& ret : returns )
if( ret.first.valid() )
ret.first.wait();