Explorar o código

Replace soft tags with hard tabs

Takahiro %!s(int64=5) %!d(string=hai) anos
pai
achega
7208eb816b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/jsm/loaders/GLTFLoader.js

+ 1 - 1
examples/jsm/loaders/GLTFLoader.js

@@ -258,7 +258,7 @@ var GLTFLoader = ( function () {
 
 			parser.fileLoader.setRequestHeader( this.requestHeader );
 
-      for ( var i = 0; i < this.pluginCallbacks.length; i ++ ) {
+			for ( var i = 0; i < this.pluginCallbacks.length; i ++ ) {
 
 				var plugin = this.pluginCallbacks[ i ]( parser );
 				plugins[ plugin.name ] = plugin;