remove empty argument list

This commit is contained in:
LeNitrous 2019-03-25 06:05:57 +08:00
parent 01ce8f161e
commit fee260fa03

View File

@ -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,