1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 07:23:14 +08:00

Move HoverClickSounds to the clickable button

This commit is contained in:
Susko3 2021-11-08 14:32:00 +01:00
parent f79c9e7f7e
commit 8a23b648fe

View File

@ -153,12 +153,12 @@ namespace osu.Game.Overlays.Settings.Sections.Input
new CancelButton { Action = finalise },
new ClearButton { Action = clear },
},
}
},
new HoverClickSounds()
}
}
}
},
new HoverClickSounds()
}
};
foreach (var b in bindings)