1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:59:53 +08:00

Change ruleset button hover samples to Default instead of Button to match other toolbar buttons

This commit is contained in:
Jamie Taylor
2023-10-19 17:23:39 +09:00
Unverified
parent bf608a6b08
commit e17c94d09d
@@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Toolbar
private partial class RulesetButton : ToolbarButton
{
protected override HoverSounds CreateHoverSounds(HoverSampleSet sampleSet) => new HoverSounds(HoverSampleSet.Button);
protected override HoverSounds CreateHoverSounds(HoverSampleSet sampleSet) => new HoverSounds();
public bool Active
{