Move screen change allowance to local usage

This commit is contained in:
Dean Herbert
2019-02-14 13:28:21 +09:00
parent 5318de29b4
commit 94ceb1e32b
3 changed files with 2 additions and 4 deletions

View File

@ -17,8 +17,6 @@ namespace osu.Game.Screens.Select
public string ShortTitle => "song selection";
public override string Title => ShortTitle.Humanize();
public override bool AllowExternalScreenChange => false;
public MatchSongSelect()
{
Padding = new MarginPadding { Horizontal = HORIZONTAL_OVERFLOW_PADDING };