Explorar el Código

Make showing of empty tiles the default behaviour

Stelios Vitalis hace 4 años
padre
commit
b3c03c8eea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
 	}