1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +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
parent bf608a6b08
commit e17c94d09d
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -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
{