mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Prevent the default on-click sample from playing for OsuCheckbox
This commit is contained in:
@ -64,7 +64,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
RelativeSizeAxes = Axes.X,
|
||||
},
|
||||
Nub = new Nub(),
|
||||
new HoverClickSounds()
|
||||
new HoverSounds()
|
||||
};
|
||||
|
||||
if (nubOnRight)
|
||||
|
Reference in New Issue
Block a user