1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:19:54 +08:00

Remove button sound from sample toggle buttons

The new ones added in this change don't play the UI sounds, likely
because they make it nigh impossible to actually hear what the gameplay
samples will sound like.

This removes the same sounds from the existing buttons to match.
This commit is contained in:
Dean Herbert
2025-12-18 20:17:46 +09:00
Unverified
parent 61bf68f336
commit 13aeed15f9
@@ -572,7 +572,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
foreach ((string sampleName, var bindable) in selectionSampleStates)
{
yield return new DrawableTernaryButton
yield return new DrawableTernaryButton(null)
{
Current = bindable,
Description = string.Empty,