mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Menus/Erase Profile: interpolate with menu transition
This commit is contained in:
parent
4733cef0d7
commit
c805cdc24a
1 changed files with 1 additions and 1 deletions
|
|
@ -4351,7 +4351,7 @@ void M_DrawGenericOptions(void)
|
|||
// *Heavily* simplified version of the generic options menu, cattered only towards erasing profiles.
|
||||
void M_DrawProfileErase(void)
|
||||
{
|
||||
INT32 x = currentMenu->x - menutransition.tics*48, y = currentMenu->y-SMALLLINEHEIGHT, i, cursory = 0;
|
||||
INT32 x = currentMenu->x - M_EaseWithTransition(Easing_Linear, 5 * 48), y = currentMenu->y-SMALLLINEHEIGHT, i, cursory = 0;
|
||||
UINT8 np = PR_GetNumProfiles();
|
||||
|
||||
M_DrawMenuTooltips();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue