Remove usages of the 'new' keyword.

This commit is contained in:
Huo Yaoyuan
2017-03-07 16:17:51 +08:00
parent b56d6c767b
commit 8979b28496
5 changed files with 20 additions and 20 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Mods
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
Colour = colours.Blue;
BottonColour = colours.Blue;
SelectedColour = colours.BlueLight;
}