소스 검색

permute onProgress and onError in TGALoader

Vincent Lark 11 년 전
부모
커밋
86f082b95c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/loaders/TGALoader.js

+ 1 - 1
examples/js/loaders/TGALoader.js

@@ -9,7 +9,7 @@ THREE.TGALoader.prototype = {
 
 	constructor: THREE.TGALoader,
 
-	load: function ( url, onLoad, onError, onProgress ) {
+	load: function ( url, onLoad, onProgress, onError ) {
 		
 		var scope = this;