1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

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

View File

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