Skip to content

Commit 127e36d

Browse files
committed
Defs update phaserjs#2510
1 parent cb70152 commit 127e36d

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
@@ -4719,7 +4719,7 @@ declare module "phaser" {
47194719
render(): void;
47204720
remove(key: string): void;
47214721
resume(): void;
4722-
restart(clearWorld?: boolean, clearCache?: boolean): void;
4722+
restart(clearWorld?: boolean, clearCache?: boolean, ...args: any[]): void;
47234723
resize(width: number, height: number): void;
47244724
start(key: string, clearWorld?: boolean, clearCache?: boolean, ...args: any[]): void;
47254725
update(): void;

0 commit comments

Comments
 (0)