mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
fix ModButton duplicate click sound
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user