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:
parent
a597149b7f
commit
412d6a14ca
@ -40,7 +40,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return background?.Colour ?? default(Color4);
|
return background.Colour;
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user