mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
fix ModButton duplicate click sound
This commit is contained in:
parent
6e4fc26e16
commit
5ce52b2669
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user