mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:03:21 +08:00
Fix account creation overlay not working
Regressed with screen stack changes.
This commit is contained in:
parent
31bbefb9a8
commit
5d502250d8
@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user