Explorar o código

Remove unnecessary comme in webgl_extrude_splines

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
c6e3f5aeb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_geometry_extrude_splines.html

+ 1 - 1
examples/webgl_geometry_extrude_splines.html

@@ -66,7 +66,7 @@
 			new THREE.Vector3( 0, 40, -40 ),
 			new THREE.Vector3( 0, 140, -40 ),
 			new THREE.Vector3( 0, 40, 40 ),
-			new THREE.Vector3( 0, -40, 40 ),
+			new THREE.Vector3( 0, -40, 40 )
 		] );
 
 		sampleClosedSpline.type = 'catmullrom';