mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawGenericOptions: interpolate with menu transition
This commit is contained in:
parent
ecc7b466af
commit
90670d3e24
1 changed files with 1 additions and 1 deletions
|
|
@ -4203,7 +4203,7 @@ void M_DrawOptions(void)
|
|||
|
||||
void M_DrawGenericOptions(void)
|
||||
{
|
||||
INT32 x = currentMenu->x - menutransition.tics*48, y = currentMenu->y, w, i, cursory = 0;
|
||||
INT32 x = currentMenu->x - M_EaseWithTransition(Easing_Linear, 5 * 48), y = currentMenu->y, w, i, cursory = 0;
|
||||
|
||||
M_DrawMenuTooltips();
|
||||
M_DrawOptionsMovingButton();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue