浏览代码

Remove unnecessary comme in webgl_extrude_shape2

Tristan Valcke 8 年之前
父节点
当前提交
b7249cb312
共有 1 个文件被更改,包括 1 次插入1 次删除
  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] ); 
 		color = new THREE.Color( theColors[i] ); 
 		material = new THREE.MeshLambertMaterial({
 		material = new THREE.MeshLambertMaterial({
 			color: color,
 			color: color,
-			emissive: color,
+			emissive: color
 		});
 		});
 		amount = theAmounts[i];
 		amount = theAmounts[i];
 		simpleShapes = path.toShapes(true);
 		simpleShapes = path.toShapes(true);