更新 'simgear/scene/tsync/terrasync.cxx'

This commit is contained in:
zhongjin 2022-11-14 20:26:52 +08:00
parent e3fde842b3
commit 3091de98ca

View File

@ -1003,7 +1003,7 @@ void SGTerraSync::WorkerThread::drainWaitingTiles()
//zhongjin 11-14
if (cacheStatus == SyncItem::Invalid) {
if (cacheStatus == SyncItem::Invalid || cacheStatus == SyncItem::NotFound) {
const auto slot = syncSlotForType(next._type);
SG_LOG(SG_TERRASYNC, SG_INFO, "adding to _syncSlots slot=" << slot);
_syncSlots[slot].queue.push_back(next);