diff --git a/src/kaboom.ts b/src/kaboom.ts index 639cac18e..0abade3c0 100644 --- a/src/kaboom.ts +++ b/src/kaboom.ts @@ -4270,7 +4270,7 @@ export default (gopt: KaboomOpt = {}): KaboomCtx => { }, - update(this: GameObj) { + update(this: GameObj) { if (game.gravity && !this.isStatic) {