Achievements: Fix overlay stacking
This commit is contained in:
parent
14ff89d0c0
commit
25063d4018
|
@ -2238,7 +2238,7 @@ void Achievements::DrawGameOverlays()
|
|||
s_state.active_progress_indicator.reset();
|
||||
}
|
||||
|
||||
position.y -= image_size.y - padding * 3.0f;
|
||||
position.y -= image_size.y + padding * 3.0f;
|
||||
}
|
||||
|
||||
if (!s_state.active_leaderboard_trackers.empty())
|
||||
|
|
Loading…
Reference in New Issue