diff --git a/src/kaboom.ts b/src/kaboom.ts index 518c31d3f..071b934e1 100644 --- a/src/kaboom.ts +++ b/src/kaboom.ts @@ -1491,6 +1491,7 @@ export default (gopt: KaboomOpt = {}): KaboomCtx => { width: fb.width, height: fb.height, draw: (action) => { + flush() fb.bind() action() flush()