mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 07:19:53 +08: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