2
0
Garrett Johnson 6 жил өмнө
parent
commit
c0eeaedaa4

+ 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.' );
 
-                    }
+					}
 
                 }