mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
remove empty argument list
This commit is contained in:
@ -119,7 +119,7 @@ namespace osu.Game.Graphics.Containers
|
||||
if (requiresBackgroundVisible)
|
||||
{
|
||||
if (backgroundLayer == null)
|
||||
LoadComponentAsync(backgroundLayer = new BackgroundScreenStack()
|
||||
LoadComponentAsync(backgroundLayer = new BackgroundScreenStack
|
||||
{
|
||||
Colour = OsuColour.Gray(0.1f),
|
||||
Alpha = 0,
|
||||
|
Reference in New Issue
Block a user