mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Hide top score at every leaderboard change
This commit is contained in:
parent
5a6c8bfec9
commit
94ed03548d
@ -86,6 +86,8 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
|
|
||||||
protected override APIRequest FetchScores(Action<IEnumerable<ScoreInfo>> scoresCallback)
|
protected override APIRequest FetchScores(Action<IEnumerable<ScoreInfo>> scoresCallback)
|
||||||
{
|
{
|
||||||
|
TopScore.Value = null;
|
||||||
|
|
||||||
if (Scope == BeatmapLeaderboardScope.Local)
|
if (Scope == BeatmapLeaderboardScope.Local)
|
||||||
{
|
{
|
||||||
var scores = scoreManager
|
var scores = scoreManager
|
||||||
|
Loading…
Reference in New Issue
Block a user