소스 검색

JSM: update reference to typedarrayutils.

Don McCurdy 6 년 전
부모
커밋
d1f7d01268
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_nearestneighbour.html

+ 1 - 1
examples/webgl_nearestneighbour.html

@@ -31,7 +31,7 @@
 		<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - typed arrays - nearest neighbour for 500,000 sprites</div>
 
 		<script src="../build/three.js"></script>
-		<script src="js/TypedArrayUtils.js"></script>
+		<script src="js/utils/TypedArrayUtils.js"></script>
 		<script src="js/controls/FirstPersonControls.js"></script>
 		<script type="x-shader/x-vertex" id="vertexshader">