Skip to content

Commit cc3ed16

Browse files
committed
Lint fix.
1 parent e0c0db5 commit cc3ed16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/gameobjects/graphics/GraphicsWebGLRenderer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ var GraphicsWebGLRenderer = function (renderer, src, interpolationPercentage, ca
172172
radius = commands[++cmdIndex];
173173
startAngle = commands[++cmdIndex];
174174
endAngle = commands[++cmdIndex];
175-
var anticlockwise = commands[++cmdIndex];
175+
176+
// var anticlockwise
177+
cmdIndex++;
176178

177179
if (lastPath === null)
178180
{

0 commit comments

Comments
 (0)