mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +00:00
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…
x
Reference in New Issue
Block a user