1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

remove unnecessary assignments

This commit is contained in:
Santeri 2017-11-28 16:14:32 +02:00
parent e9277d8cb1
commit 898c49c19d

View File

@ -20,8 +20,6 @@ namespace osu.Game.Overlays.BeatmapSet
[BackgroundDependencyLoader]
private void load()
{
Masking = true;
CornerRadius = 3;
BackgroundColour = OsuColour.FromHex(@"094c5f");
Triangles.ColourLight = OsuColour.FromHex(@"0f7c9b");
Triangles.ColourDark = OsuColour.FromHex(@"094c5f");