소스 검색

Re-add newline which went missing.

Felix Fontein 6 년 전
부모
커밋
11b98bc42c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/geometries/ExtrudeGeometry.js

+ 1 - 0
src/geometries/ExtrudeGeometry.js

@@ -387,6 +387,7 @@ function ExtrudeBufferGeometry( shapes, options ) {
 
 		}
 
+
 		// Loop bevelSegments, 1 for the front, 1 for the back
 
 		for ( b = 0; b < bevelSegments; b ++ ) {