소스 검색

SVGLoader: Clean up.

Mr.doob 6 년 전
부모
커밋
d89e43f939
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      examples/js/loaders/SVGLoader.js

+ 1 - 2
examples/js/loaders/SVGLoader.js

@@ -126,8 +126,7 @@ THREE.SVGLoader.prototype = {
 
 					currentTransform.copy( transformStack[ transformStack.length - 1 ] );
 
-				}
-				else {
+				} else {
 
 					currentTransform.identity();