Explorar el Código

fix spaces to tabs

Garrett Johnson hace 6 años
padre
commit
c0eeaedaa4
Se han modificado 1 ficheros con 6 adiciones y 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';
 					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.' );
 
 
-                    }
+					}
 
 
                 }
                 }