1
0
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:
Dean Herbert 2019-09-05 16:37:47 +09:00
parent 55c6feab64
commit 174f8ddb31

View File

@ -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
},
},
};