소스 검색

more tabs

Garrett Johnson 6 년 전
부모
커밋
98743b5307
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 );