Rewrite much state logic

This commit is contained in:
Dean Herbert
2018-06-06 16:17:51 +09:00
parent 9e25e02696
commit 55921efffb
7 changed files with 42 additions and 35 deletions

View File

@ -63,8 +63,6 @@ namespace osu.Game.Screens.Menu
},
sideFlashes = new MenuSideFlashes(),
};
buttons.StateChanged += state => UpdateOverlayStates?.Invoke();
}
[BackgroundDependencyLoader(true)]