mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Lint fix
This commit is contained in:
parent
59b698fcb7
commit
f16e1c09f3
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ var Graphics = new Class({
|
|||
this.moveTo(x + width - tr, y);
|
||||
this.arc(x + width - tr, y + tr, tr, -MATH_CONST.TAU, 0);
|
||||
this.lineTo(x + width, y + height - br);
|
||||
this.moveTo(x + width, y + height - br)
|
||||
this.moveTo(x + width, y + height - br);
|
||||
this.arc(x + width - br, y + height - br, br, 0, MATH_CONST.TAU);
|
||||
this.lineTo(x + bl, y + height);
|
||||
this.moveTo(x + bl, y + height);
|
||||
|
|
Loading…
Reference in a new issue