mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Interpolate end picture reveal scroll
This is so it looks smooth at framerates above 30.
This commit is contained in:
@@ -1272,6 +1272,8 @@ void gamecompleterender2()
|
||||
}
|
||||
}
|
||||
|
||||
FillRect(graphics.backBuffer, graphics.lerp(game.oldcreditposx * 8, game.creditposx * 8) + 8, game.creditposy * 8, 8, 8, 0, 0, 0);
|
||||
|
||||
graphics.drawfade();
|
||||
|
||||
graphics.render();
|
||||
|
||||
Reference in New Issue
Block a user