mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
update names
This commit is contained in:
parent
9e809a2342
commit
82fcb88f5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user