ModSections in Ruleset, fixed toolbar play mode changed not firing

This commit is contained in:
DrabWeb
2017-03-01 22:05:52 -04:00
parent bb12463ae4
commit 6c680825ed
11 changed files with 494 additions and 273 deletions

View File

@ -145,12 +145,8 @@ namespace osu.Game.Screens.Select
if (osuGame != null)
{
playMode = osuGame.PlayMode;
playMode.ValueChanged += playMode_ValueChanged;
modSelect.ModMode = playMode;
}
else
{
modSelect.ModMode = PlayMode.Osu;
playMode.ValueChanged += playMode_ValueChanged;
}
if (database == null)