removed something unnecessary

This commit is contained in:
Jorolf 2017-04-10 16:45:34 +02:00
parent a597149b7f
commit 412d6a14ca
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public Color4 BackgroundColour
{
get
{
return background?.Colour ?? default(Color4);
return background.Colour;
}
set
{