mirror of
https://github.com/ppy/osu
synced 2025-02-04 04:11:54 +00:00
Change ruleset button hover samples to Default
instead of Button
to match other toolbar buttons
This commit is contained in:
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user