소스 검색

update sample url

Garrett Johnson 5 년 전
부모
커밋
d2fd6285ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {