瀏覽代碼

Yet another minor clean up.

Mr.doob 13 年之前
父節點
當前提交
4b5aa679a8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/canvas_lights_pointlights_smooth.html

+ 0 - 1
examples/canvas_lights_pointlights_smooth.html

@@ -78,7 +78,6 @@
 
 
 					context.beginPath();
 					context.beginPath();
 					context.arc( 0, 0, 1, 0, PI2, true );
 					context.arc( 0, 0, 1, 0, PI2, true );
-					context.closePath();
 					context.fill();
 					context.fill();
 
 
 				}
 				}