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

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

@@ -368,7 +368,7 @@ THREE.ColladaExporter.prototype = {
 
 					}
 
-                }
+				}
 
 				var emissive = m.emissive ? m.emissive : new THREE.Color( 0, 0, 0 );
 				var diffuse = m.color ? m.color : new THREE.Color( 0, 0, 0 );