1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:13:21 +08:00

Merge pull request #11734 from nekodex/fix-checkbox-sound

Prevent the default on-click sample from playing for OsuCheckbox
This commit is contained in:
Dean Herbert 2021-02-11 16:02:37 +09:00 committed by GitHub
commit 3990738dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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