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:
parent
be904512d9
commit
1189092e20
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user