mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update ModButton.cs
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user