frm: cleanup and fix inaccurate chara sync with bg (at the expense of some bg timing smoothness)

This commit is contained in:
somewhatlurker
2020-02-21 03:34:41 +11:00
parent f2dbe069aa
commit 8d01f47622
3 changed files with 45 additions and 59 deletions
@@ -14,6 +14,7 @@ namespace TLAC::Components
virtual void Initialize(ComponentsManager*) override;
virtual void Update() override;
virtual void UpdateDraw2D() override;
private:
float *pvFrameRate;