Skip to content

Commit 37d7a11

Browse files
committed
Merge pull request phaserjs#2439 from kiswa/dev
Allow debug.line to be used without error TS2346
2 parents 3d6b1a3 + 55214fe commit 37d7a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5391,7 +5391,7 @@ declare module Phaser {
53915391
inputInfo(x: number, y: number, color?: string): void;
53925392
lineInfo(line: Phaser.Line, x: number, y: number, color?: string): void;
53935393
key(key: Phaser.Key, x?: number, y?: number, color?: string): void;
5394-
line(): void;
5394+
line(...args: string[]): void;
53955395
preUpdate(): void;
53965396
pixel(x: number, y: number, color?: string, size?: number): void;
53975397
pointer(pointer: Phaser.Pointer, hideIfUp?: boolean, downColor?: string, upColor?: string, color?: string): void;

0 commit comments

Comments
 (0)