소스 검색

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;
 
 	}