Explorar el Código

Yet another minor clean up.

Mr.doob hace 13 años
padre
commit
4b5aa679a8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/canvas_lights_pointlights_smooth.html

+ 0 - 1
examples/canvas_lights_pointlights_smooth.html

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