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 29e28ed993
commit aa47b34823
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;