Explorar el Código

Remove unnecessary comme in webgl_extrude_shape2

Tristan Valcke hace 8 años
padre
commit
b7249cb312
Se han modificado 1 ficheros con 1 adiciones y 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);