1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

Remove redundant scale specification

This commit is contained in:
Dean Herbert 2019-07-03 12:49:16 +09:00
parent be904512d9
commit 1189092e20

View File

@ -49,7 +49,6 @@ namespace osu.Game.Online.Leaderboards
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
ColourDark = rankColour.Darken(0.1f), ColourDark = rankColour.Darken(0.1f),
ColourLight = rankColour.Lighten(0.1f), ColourLight = rankColour.Lighten(0.1f),
TriangleScale = 1,
Velocity = 0.25f, Velocity = 0.25f,
}, },
new OsuSpriteText new OsuSpriteText