Parcourir la source

Re-add newline which went missing.

Felix Fontein il y a 6 ans
Parent
commit
11b98bc42c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 ++ ) {