mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 18:22:59 +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"),
|
GlowColour = OsuColour.FromHex(@"83ccfa"),
|
||||||
Text = score.TotalScore.ToString(@"N0"),
|
Text = score.TotalScore.ToString(@"N0"),
|
||||||
Font = OsuFont.Numeric.With(size: 23),
|
Font = OsuFont.Numeric.With(size: 23),
|
||||||
RedrawOnScale = false,
|
|
||||||
},
|
},
|
||||||
RankContainer = new Container
|
RankContainer = new Container
|
||||||
{
|
{
|
||||||
@ -339,7 +338,6 @@ namespace osu.Game.Online.Leaderboards
|
|||||||
GlowColour = OsuColour.FromHex(@"83ccfa"),
|
GlowColour = OsuColour.FromHex(@"83ccfa"),
|
||||||
Text = statistic.Value,
|
Text = statistic.Value,
|
||||||
Font = OsuFont.GetFont(size: 17, weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(size: 17, weight: FontWeight.Bold),
|
||||||
RedrawOnScale = false
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user