1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:52:55 +08:00

Prevent the default on-click sample from playing for OsuCheckbox

This commit is contained in:
Jamie Taylor 2021-02-11 14:36:41 +09:00
parent 388da208fa
commit c8899aff92

View File

@ -64,7 +64,7 @@ namespace osu.Game.Graphics.UserInterface
RelativeSizeAxes = Axes.X,
},
Nub = new Nub(),
new HoverClickSounds()
new HoverSounds()
};
if (nubOnRight)