Skip to content

Commit 4750cc9

Browse files
committed
And actually commit it too.
1 parent 5635bed commit 4750cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/pixi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ declare module PIXI {
629629
destroyCachedSprite(): void;
630630
drawCircle(x: number, y: number, radius: number): Graphics;
631631
drawEllipse(x: number, y: number, width: number, height: number): Graphics;
632-
drawPolygon(path: any): Graphics;
632+
drawPolygon(...path: any[]): Graphics;
633633
drawRect(x: number, y: number, width: number, height: number): Graphics;
634634
drawRoundedRect(x: number, y: number, width: number, height: number, radius: number): Graphics;
635635
drawShape(shape: Circle): GraphicsData;

0 commit comments

Comments
 (0)