瀏覽代碼

Make showing of empty tiles the default behaviour

Stelios Vitalis 4 年之前
父節點
當前提交
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;
 
 	}