mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 08:02:54 +08:00
Remove incorrect usages
This commit is contained in:
parent
55c6feab64
commit
174f8ddb31
@ -193,7 +193,6 @@ namespace osu.Game.Online.Leaderboards
|
||||
GlowColour = OsuColour.FromHex(@"83ccfa"),
|
||||
Text = score.TotalScore.ToString(@"N0"),
|
||||
Font = OsuFont.Numeric.With(size: 23),
|
||||
RedrawOnScale = false,
|
||||
},
|
||||
RankContainer = new Container
|
||||
{
|
||||
@ -339,7 +338,6 @@ namespace osu.Game.Online.Leaderboards
|
||||
GlowColour = OsuColour.FromHex(@"83ccfa"),
|
||||
Text = statistic.Value,
|
||||
Font = OsuFont.GetFont(size: 17, weight: FontWeight.Bold),
|
||||
RedrawOnScale = false
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user