更新 'simgear/scene/tsync/terrasync.cxx'
This commit is contained in:
parent
e3fde842b3
commit
3091de98ca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user