mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:23:13 +08:00
remove empty argument list
This commit is contained in:
parent
01ce8f161e
commit
fee260fa03
@ -119,7 +119,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
if (requiresBackgroundVisible)
|
if (requiresBackgroundVisible)
|
||||||
{
|
{
|
||||||
if (backgroundLayer == null)
|
if (backgroundLayer == null)
|
||||||
LoadComponentAsync(backgroundLayer = new BackgroundScreenStack()
|
LoadComponentAsync(backgroundLayer = new BackgroundScreenStack
|
||||||
{
|
{
|
||||||
Colour = OsuColour.Gray(0.1f),
|
Colour = OsuColour.Gray(0.1f),
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user