mirror of https://github.com/PCSX2/pcsx2.git
Achievements: Append notifications downwards not upwards
This commit is contained in:
parent
74ffdca614
commit
48015d3f43
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue