mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Don't highlight top score
This commit is contained in:
@ -14,8 +14,8 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
{
|
||||
private readonly APIUserScoreAggregate score;
|
||||
|
||||
public MatchLeaderboardScore(APIUserScoreAggregate score, int rank)
|
||||
: base(score.CreateScoreInfo(), rank)
|
||||
public MatchLeaderboardScore(APIUserScoreAggregate score, int rank, bool allowHighlight = true)
|
||||
: base(score.CreateScoreInfo(), rank, allowHighlight)
|
||||
{
|
||||
this.score = score;
|
||||
}
|
||||
|
Reference in New Issue
Block a user