1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 20:52:54 +08:00

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 get
{ {
return background?.Colour ?? default(Color4); return background.Colour;
} }
set set
{ {