mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Lint fix.
This commit is contained in:
parent
e0c0db5f8e
commit
cc3ed1659e
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue