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