Skip to content

Commit f16e1c0

Browse files
committed
Lint fix
1 parent 59b698f commit f16e1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/graphics/Graphics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ var Graphics = new Class({
807807
this.moveTo(x + width - tr, y);
808808
this.arc(x + width - tr, y + tr, tr, -MATH_CONST.TAU, 0);
809809
this.lineTo(x + width, y + height - br);
810-
this.moveTo(x + width, y + height - br)
810+
this.moveTo(x + width, y + height - br);
811811
this.arc(x + width - br, y + height - br, br, 0, MATH_CONST.TAU);
812812
this.lineTo(x + bl, y + height);
813813
this.moveTo(x + bl, y + height);

0 commit comments

Comments
 (0)