Explorar o código

fix spaces to tabs

Garrett Johnson %!s(int64=6) %!d(string=hai) anos
pai
achega
c0eeaedaa4
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      examples/js/exporters/ColladaExporter.js

+ 6 - 6
examples/js/exporters/ColladaExporter.js

@@ -359,14 +359,14 @@ THREE.ColladaExporter.prototype = {
 
 					type = 'constant';
 
-                    if ( m.map !== null ) {
+					if ( m.map !== null ) {
 
-                        // The Collada spec does not support diffuse texture maps with the
-                        // constant shader type.
-                        // mrdoob/three.js#15469
-                        console.warn( 'ColladaExporter: Texture maps not supported with MeshBasicMaterial.' );
+						// The Collada spec does not support diffuse texture maps with the
+						// constant shader type.
+						// mrdoob/three.js#15469
+						console.warn( 'ColladaExporter: Texture maps not supported with MeshBasicMaterial.' );
 
-                    }
+					}
 
                 }