Merge remote-tracking branch 'upstream/master' into refactor-select-footer

This commit is contained in:
Dean Herbert
2019-05-08 18:43:21 +09:00
233 changed files with 970 additions and 70 deletions

View File

@ -70,6 +70,7 @@ namespace osu.Game.Screens.Play.HUD
Current.ValueChanged += mods =>
{
iconsContainer.Clear();
foreach (Mod mod in mods.NewValue)
{
iconsContainer.Add(new ModIcon(mod) { Scale = new Vector2(0.6f) });