mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Fixed typo in typescript defs
This commit is contained in:
parent
344ab46d78
commit
163d8fa964
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -3346,7 +3346,7 @@ declare module Phaser {
|
|||
remove(plugin: Phaser.Plugin): void;
|
||||
removeAll(): void;
|
||||
render(): void;
|
||||
update(); void;
|
||||
update(): void;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue