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

@ -137,7 +137,7 @@ namespace osu.Game.Screens.Select
return false;
}
protected override bool OnSelectionFinalised()
protected override bool OnStart()
{
if (player != null) return false;