Selaa lähdekoodia

Replace soft tags with hard tabs

Takahiro 5 vuotta sitten
vanhempi
commit
7208eb816b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;