No footer in EditSongSelect.

This commit is contained in:
Huo Yaoyuan
2017-03-14 21:51:26 +08:00
parent 259d39c6ad
commit f068f7c4bd
5 changed files with 89 additions and 74 deletions

View File

@ -7,6 +7,7 @@ namespace osu.Game.Screens.Select
{
internal class MatchSongSelect : SongSelect
{
public MatchSongSelect() : base(true) { }
protected override void OnSelected(WorkingBeatmap beatmap) => Exit();
}
}