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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user