diff --git a/app/frame_handler.ts b/app/frame_handler.ts index 031728d..7e454db 100644 --- a/app/frame_handler.ts +++ b/app/frame_handler.ts @@ -108,6 +108,7 @@ export class FrameHandler { this.AdvanceFrames(1); this.start = 0; } + this.RefreshImage(); window.requestAnimationFrame(this.windowAnimationUpdate); // console.log('timestamp = ' + timestamp); };