origin updates when not animating
parent
2f9cbdc335
commit
16de24466f
|
@ -108,6 +108,7 @@ export class FrameHandler {
|
||||||
this.AdvanceFrames(1);
|
this.AdvanceFrames(1);
|
||||||
this.start = 0;
|
this.start = 0;
|
||||||
}
|
}
|
||||||
|
this.RefreshImage();
|
||||||
window.requestAnimationFrame(this.windowAnimationUpdate);
|
window.requestAnimationFrame(this.windowAnimationUpdate);
|
||||||
// console.log('timestamp = ' + timestamp);
|
// console.log('timestamp = ' + timestamp);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue