Simplify state changes

This commit is contained in:
Dean Herbert
2017-07-19 10:59:13 +09:00
parent 632d2e8ba5
commit 0846414c5b
2 changed files with 13 additions and 13 deletions

View File

@ -48,8 +48,6 @@ namespace osu.Game.Screens.Select
protected override void LoadComplete()
{
base.LoadComplete();
State = Visibility.Visible;
AlwaysPresent = true;
}