Explorar o código

Make showing of empty tiles the default behaviour

Stelios Vitalis %!s(int64=4) %!d(string=hai) anos
pai
achega
b3c03c8eea
Modificáronse 1 ficheiros con 1 adicións e 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;
 
 	}