Skip to content

Commit

Permalink
Achievements: Fix progression overlay stacking
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Dec 3, 2024
1 parent 2c02550 commit 6cc9d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/Achievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ void Achievements::DrawGameOverlays()
s_active_progress_indicator.reset();
}

position.y -= image_size.y - padding * 3.0f;
position.y -= image_size.y + padding * 3.0f;
}

if (!s_active_leaderboard_trackers.empty())
Expand Down

0 comments on commit 6cc9d3b

Please sign in to comment.