M_DrawGenericOptions: interpolate with menu transition

This commit is contained in:
James R 2023-12-27 12:04:42 -08:00
parent ecc7b466af
commit 90670d3e24

View file

@ -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();