removed something unnecessary

This commit is contained in:
Jorolf
2017-04-10 16:45:34 +02:00
parent a597149b7f
commit 412d6a14ca

View File

@ -40,7 +40,7 @@ namespace osu.Game.Graphics.UserInterface
{
get
{
return background?.Colour ?? default(Color4);
return background.Colour;
}
set
{