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

update names

This commit is contained in:
David Zhao 2019-07-30 12:11:08 +09:00
parent 9e809a2342
commit 82fcb88f5c

View File

@ -765,7 +765,7 @@ namespace osu.Game
if (introScreen == null)
return true;
if (!introScreen.DidLoadMenu || !(screenStack.CurrentScreen is IntroScreen))
if (!introScreen.DidLoadMenu || !(ScreenStack.CurrentScreen is IntroScreen))
{
Scheduler.Add(introScreen.MakeCurrent);
return true;