mirror of https://github.com/ppy/osu
Fix account creation overlay not working
Regressed with screen stack changes.
This commit is contained in:
parent
31bbefb9a8
commit
5d502250d8
|
@ -70,7 +70,10 @@ private void load(OsuColour colours, APIAccess api)
|
|||
Colour = Color4.Black,
|
||||
Alpha = 0.9f,
|
||||
},
|
||||
welcomeScreen = new ScreenWelcome(),
|
||||
new ScreenStack(welcomeScreen = new ScreenWelcome())
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue