Просмотр исходного кода

Make showing of empty tiles the default behaviour

Stelios Vitalis 4 лет назад
Родитель
Сommit
b3c03c8eea
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/base/TilesRendererBase.js

+ 1 - 1
src/base/TilesRendererBase.js

@@ -70,7 +70,7 @@ export class TilesRendererBase {
 		this.loadSiblings = true;
 		this.displayActiveTiles = false;
 		this.maxDepth = Infinity;
-		this.showEmptyTiles = false;
+		this.showEmptyTiles = true;
 
 	}