mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 06:36:05 +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,
|
Anchor = Anchor.TopCentre,
|
||||||
Font = OsuFont.GetFont(size: 18)
|
Font = OsuFont.GetFont(size: 18)
|
||||||
},
|
},
|
||||||
new HoverClickSounds(buttons: new[] { MouseButton.Left, MouseButton.Right })
|
new HoverSounds()
|
||||||
};
|
};
|
||||||
|
|
||||||
Mod = mod;
|
Mod = mod;
|
||||||
|
Loading…
Reference in New Issue
Block a user