Explorar o código

Remove unnecessary comme in webgl_extrude_shape2

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

+ 1 - 1
examples/webgl_geometry_extrude_shapes2.html

@@ -292,7 +292,7 @@ var addGeoObject = function( group, svgObject ) {
 		color = new THREE.Color( theColors[i] ); 
 		material = new THREE.MeshLambertMaterial({
 			color: color,
-			emissive: color,
+			emissive: color
 		});
 		amount = theAmounts[i];
 		simpleShapes = path.toShapes(true);