Fix player getting loaded when exiting song select

This commit is contained in:
Dean Herbert
2018-05-30 15:44:35 +09:00
parent e8cc3294d7
commit 54e53f7190
5 changed files with 10 additions and 8 deletions

View File

@ -7,7 +7,7 @@ namespace osu.Game.Screens.Select
{
protected override bool ShowFooter => false;
protected override bool OnSelectionFinalised()
protected override bool OnStart()
{
Exit();
return true;