ModIcon improvements

This commit is contained in:
Andrei Zavatski
2019-08-07 08:46:27 +03:00
parent 6b1132c5ca
commit 1d42f0959a
2 changed files with 7 additions and 18 deletions

View File

@ -96,7 +96,7 @@ namespace osu.Game.Overlays.Mods
}
}
foregroundIcon.Highlighted = Selected;
foregroundIcon.Highlighted.Value = Selected;
SelectionChanged?.Invoke(SelectedMod);
return true;