diff --git a/build/phaser.d.ts b/build/phaser.d.ts index 4c8e34909..4d89593b6 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -3346,7 +3346,7 @@ declare module Phaser { remove(plugin: Phaser.Plugin): void; removeAll(): void; render(): void; - update(); void; + update(): void; }