mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 03:47:24 +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];
|
radius = commands[++cmdIndex];
|
||||||
startAngle = commands[++cmdIndex];
|
startAngle = commands[++cmdIndex];
|
||||||
endAngle = commands[++cmdIndex];
|
endAngle = commands[++cmdIndex];
|
||||||
var anticlockwise = commands[++cmdIndex];
|
|
||||||
|
// var anticlockwise
|
||||||
|
cmdIndex++;
|
||||||
|
|
||||||
if (lastPath === null)
|
if (lastPath === null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue