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

@ -15,6 +15,8 @@ namespace osu.Game.Screens.Select
private bool removeAutoModOnResume;
private OsuScreen player;
public override bool AllowExternalScreenChange => true;
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{