mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 04:12:55 +08:00
Merge pull request #4258 from peppy/fix-account-creation-regression
Fix account creation overlay not working
This commit is contained in:
commit
e9709e82b8
@ -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