1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Update ModButton.cs

This commit is contained in:
Dan Balasescu 2017-05-29 18:10:02 +09:00 committed by GitHub
parent 7960b5cf26
commit e4b876ff5b

View File

@ -189,7 +189,7 @@ namespace osu.Game.Overlays.Mods
private void displayMod(Mod mod)
{
if(backgroundIcon != null)
if (backgroundIcon != null)
backgroundIcon.Icon = foregroundIcon.Icon;
foregroundIcon.Icon = mod.Icon;
text.Text = mod.Name;