Browse Source

permute onProgress and onError in TGALoader

Vincent Lark 10 năm trước cách đây
mục cha
commit
86f082b95c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;