1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Fix account creation overlay not working

Regressed with screen stack changes.
This commit is contained in:
Dean Herbert 2019-02-15 17:01:51 +09:00
parent 31bbefb9a8
commit 5d502250d8

View File

@ -70,7 +70,10 @@ namespace osu.Game.Overlays
Colour = Color4.Black,
Alpha = 0.9f,
},
welcomeScreen = new ScreenWelcome(),
new ScreenStack(welcomeScreen = new ScreenWelcome())
{
RelativeSizeAxes = Axes.Both,
},
}
}
}