Skip to content

Commit e5dc16b

Browse files
committed
Update phaser.d.ts
Fix incorrect Loader.checkKeyExists declaration
1 parent 27fc447 commit e5dc16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ declare module Phaser {
15311531
onLoadStart: Phaser.Signal;
15321532
onLoadComplete: Phaser.Signal;
15331533
setPreloadSprite(sprite: Phaser.Sprite, direction?: number): void;
1534-
checkKeyExists(key: string): boolean;
1534+
checkKeyExists(type: string, key: string): boolean;
15351535
reset(): void;
15361536
addToFileList(type: string, key: string, url: string, properties: Array<any>): void;
15371537
image(key: string, url: string, overwrite?: boolean): void;

0 commit comments

Comments
 (0)