mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
CI fix
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Overlays
|
|||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Depth = -float.MaxValue,
|
Depth = -float.MaxValue,
|
||||||
Children = new Drawable[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
CreateBackground(),
|
CreateBackground(),
|
||||||
new Container
|
new Container
|
||||||
|
Reference in New Issue
Block a user