Update left-moving star BG in fixed timestep loop

Otherwise they will move too fast.
This commit is contained in:
Misa
2020-04-28 19:28:16 -07:00
committed by Ethan Lee
parent 495bea2e87
commit 55ae3c73a9
3 changed files with 28 additions and 8 deletions

View File

@@ -164,6 +164,7 @@ public:
void setcolreal(Uint32 t);
void drawbackground(int t);
void updatebackground(int t);
void drawtile3( int x, int y, int t, int off );
void drawentcolours( int x, int y, int t);
void drawtile2( int x, int y, int t );