浏览代码

fix spaces to tabs

Garrett Johnson 6 年之前
父节点
当前提交
c0eeaedaa4
共有 1 个文件被更改,包括 6 次插入6 次删除
  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.' );
 
-                    }
+					}
 
                 }