1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00

Remove useless line from ModIcon

This commit is contained in:
Andrei Zavatski 2019-11-22 05:10:47 +03:00
parent da425c93fa
commit 745047fd19

View File

@ -107,8 +107,6 @@ namespace osu.Game.Rulesets.UI
modIcon.Colour = colours.Yellow;
break;
}
background.Colour = backgroundColour;
}
protected override void LoadComplete()