fix ModButton duplicate click sound

This commit is contained in:
Jamie Taylor 2021-06-18 21:14:51 +09:00
parent 6e4fc26e16
commit 5ce52b2669
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public ModButton(Mod mod)
Anchor = Anchor.TopCentre,
Font = OsuFont.GetFont(size: 18)
},
new HoverClickSounds(buttons: new[] { MouseButton.Left, MouseButton.Right })
new HoverSounds()
};
Mod = mod;