Browse Source

more tabs

Garrett Johnson 6 years ago
parent
commit
98743b5307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/exporters/ColladaExporter.js

+ 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 );