Garrett Johnson 5 лет назад
Родитель
Сommit
ba494589f8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/base/traverseFunctions.js

+ 1 - 1
src/base/traverseFunctions.js

@@ -246,7 +246,7 @@ export function skipTraversal( tile, renderer ) {
 			tile.__active = true;
 			stats.active ++;
 
-		} else if ( ! lruCache.isFull() ) {
+		} else if ( ! lruCache.isFull() && ! tile.__contentEmpty ) {
 
 			renderer.requestTileContents( tile );