Skip to content

Commit 163d8fa

Browse files
committed
Fixed typo in typescript defs
1 parent 344ab46 commit 163d8fa

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
@@ -3346,7 +3346,7 @@ declare module Phaser {
33463346
remove(plugin: Phaser.Plugin): void;
33473347
removeAll(): void;
33483348
render(): void;
3349-
update(); void;
3349+
update(): void;
33503350

33513351
}
33523352

0 commit comments

Comments
 (0)