浏览代码

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