Remove local specifications of triangle colouring

This commit is contained in:
Dean Herbert
2022-11-24 15:18:26 +09:00
parent 4fbca4037c
commit bea2acc60e
9 changed files with 2 additions and 35 deletions

View File

@ -13,8 +13,6 @@ namespace osu.Game.Graphics.UserInterface
private void load(OsuColour colours)
{
BackgroundColour = colours.PinkDark;
Triangles.ColourDark = colours.PinkDarker;
Triangles.ColourLight = colours.Pink;
}
}
}