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:
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