mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Ensure oldcutscenebars is updated when cutscenebarspos is
To do this, I've added Graphics::setbars(), to make sure oldcutscenebarspos always gets assigned when cutscenebarspos is. This fixes potential deltaframe rendering issues if these two mismatch.
This commit is contained in:
@@ -83,6 +83,7 @@ public:
|
||||
|
||||
void cutscenebars(void);
|
||||
void cutscenebarstimer(void);
|
||||
void setbars(const int position);
|
||||
|
||||
void drawpartimage(int t, int xp, int yp, int wp, int hp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user