Browse Source

Re-add newline which went missing.

Felix Fontein 6 years ago
parent
commit
11b98bc42c
1 changed files with 1 additions and 0 deletions
  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 ++ ) {