From 16de24466feed078098d5ebd8a30207e762856ed Mon Sep 17 00:00:00 2001 From: Beau Blyth Date: Fri, 27 Sep 2019 18:38:27 -0700 Subject: [PATCH] origin updates when not animating --- app/frame_handler.ts | 1 + 1 file changed, 1 insertion(+) 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); };