Achievements: Append notifications downwards not upwards

This commit is contained in:
Connor McLaughlin 2022-10-08 17:55:24 +10:00 committed by refractionpcsx2
parent 74ffdca614
commit 48015d3f43
1 changed files with 2 additions and 2 deletions

View File

@ -2105,8 +2105,8 @@ void ImGuiFullscreen::DrawMessageDialog()
}
}
static float s_notification_vertical_position = 0.3f;
static float s_notification_vertical_direction = -1.0f;
static float s_notification_vertical_position = 0.15f;
static float s_notification_vertical_direction = 1.0f;
float ImGuiFullscreen::GetNotificationVerticalPosition()
{