Explorar o código

permute onProgress and onError in TGALoader

Vincent Lark %!s(int64=11) %!d(string=hai) anos
pai
achega
86f082b95c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;