Przeglądaj źródła

update sample url

Garrett Johnson 5 lat temu
rodzic
commit
d2fd6285ef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      example/index.js

+ 1 - 1
example/index.js

@@ -51,7 +51,7 @@ animate();
 
 function reinstantiateTiles() {
 
-	const url = window.location.hash.replace( /^#/, '' ) || './SampleTileset/tileset.json';
+	const url = window.location.hash.replace( /^#/, '' ) || '../data/tileset.json';
 
 	if ( tiles ) {