mirror of https://github.com/PCSX2/pcsx2.git
Achievements: Fix progression overlay stacking
This commit is contained in:
parent
5bf3166832
commit
a024c25019
|
@ -2008,7 +2008,7 @@ void Achievements::DrawGameOverlays()
|
||||||
s_active_progress_indicator.reset();
|
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())
|
if (!s_active_leaderboard_trackers.empty())
|
||||||
|
@ -2058,7 +2058,7 @@ void Achievements::DrawGameOverlays()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Uncomment if there are any other overlays above this one.
|
// Uncomment if there are any other overlays above this one.
|
||||||
//position.y -= image_size.y - padding * 3.0f;
|
//position.y -= image_size.y + padding * 3.0f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue