2
0
Mr.doob 13 жил өмнө
parent
commit
aa0ac326bc

+ 0 - 1
examples/canvas_lights_pointlights.html

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