origin updates when not animating

master
Beau Blyth 2019-09-27 18:38:27 -07:00
parent 2f9cbdc335
commit 16de24466f
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ export class FrameHandler {
this.AdvanceFrames(1);
this.start = 0;
}
this.RefreshImage();
window.requestAnimationFrame(this.windowAnimationUpdate);
// console.log('timestamp = ' + timestamp);
};