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

@ -126,16 +126,5 @@ namespace osu.Game.Screens.Select
updateModeLight();
}
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
{
if (!args.Repeat && args.Key == Key.Enter)
{
OnStart?.Invoke();
return true;
}
return base.OnKeyDown(state, args);
}
}
}