1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 23:22:55 +08:00

Hide top score at every leaderboard change

This commit is contained in:
Andrei Zavatski 2019-07-22 18:34:31 +03:00
parent 5a6c8bfec9
commit 94ed03548d

View File

@ -86,6 +86,8 @@ namespace osu.Game.Screens.Select.Leaderboards
protected override APIRequest FetchScores(Action<IEnumerable<ScoreInfo>> scoresCallback)
{
TopScore.Value = null;
if (Scope == BeatmapLeaderboardScope.Local)
{
var scores = scoreManager