mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:03:21 +08:00
Fix top score not being selectable
This commit is contained in:
parent
e2f7d4bc62
commit
94d3bcc612
@ -96,7 +96,10 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
UpdateScores();
|
UpdateScores();
|
||||||
};
|
};
|
||||||
|
|
||||||
Content.Add(topScoreContainer = new UserTopScoreContainer());
|
Content.Add(topScoreContainer = new UserTopScoreContainer
|
||||||
|
{
|
||||||
|
ScoreSelected = s => ScoreSelected?.Invoke(s)
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Reset()
|
protected override void Reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user