Merge branch 'master' into show-beatmap-id

This commit is contained in:
Dean Herbert
2018-04-10 16:05:32 +09:00
committed by GitHub
49 changed files with 871 additions and 569 deletions

View File

@ -150,7 +150,7 @@ namespace osu.Game.Screens.Select
var mods = modSelect.SelectedMods.Value;
if (mods.All(m => m.GetType() != autoType))
{
modSelect.SelectedMods.Value = mods.Concat(new[] { auto });
modSelect.SelectedMods.Value = mods.Append(auto);
removeAutoModOnResume = true;
}
}