Use more appropriate sounds for certain components

This commit is contained in:
Jamie Taylor
2022-06-03 22:22:32 +09:00
parent 365819865e
commit 2878bb592f
4 changed files with 33 additions and 6 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
private Sample sampleOpen;
private Sample sampleClose;
protected override HoverSounds CreateHoverSounds(HoverSampleSet sampleSet) => new HoverSounds();
protected override HoverSounds CreateHoverSounds(HoverSampleSet sampleSet) => new HoverClickSounds();
public ExpandDetailsButton()
{