소스 검색

extractUrlbase() to extractUrlBase() in CTMLoader.

Mr.doob 13 년 전
부모
커밋
2856874da1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/ctm/CTMLoader.js

+ 1 - 1
examples/js/ctm/CTMLoader.js

@@ -28,7 +28,7 @@ THREE.CTMLoader.prototype.loadParts = function( url, callback, useWorker, useBuf
 
 	var xhr = new XMLHttpRequest();
 
-	basePath = basePath ? basePath : this.extractUrlbase( url );
+	basePath = basePath ? basePath : this.extractUrlBase( url );
 
 	xhr.onreadystatechange = function() {