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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user