Lint fix.

This commit is contained in:
Richard Davey 2018-07-26 16:33:51 +01:00
parent e0c0db5f8e
commit cc3ed1659e

View file

@ -172,7 +172,9 @@ var GraphicsWebGLRenderer = function (renderer, src, interpolationPercentage, ca
radius = commands[++cmdIndex];
startAngle = commands[++cmdIndex];
endAngle = commands[++cmdIndex];
var anticlockwise = commands[++cmdIndex];
// var anticlockwise
cmdIndex++;
if (lastPath === null)
{