mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 03:02:54 +08:00
removed something unnecessary
This commit is contained in:
parent
a597149b7f
commit
412d6a14ca
@ -40,7 +40,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
get
|
||||
{
|
||||
return background?.Colour ?? default(Color4);
|
||||
return background.Colour;
|
||||
}
|
||||
set
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user