Browse Source

update sample url

Garrett Johnson 5 năm trước cách đây
mục cha
commit
d2fd6285ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ) {