Achievements: Fix overlay stacking

This commit is contained in:
Stenzek 2024-12-03 14:13:04 +10:00
parent 14ff89d0c0
commit 25063d4018
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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