Change profile section expansion to use dropdown sounds

This commit is contained in:
Jamie Taylor
2021-07-08 20:23:11 +09:00
parent 341cb09c6e
commit 546f55d341
3 changed files with 18 additions and 4 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.Containers
protected override Container<Drawable> Content => content;
protected virtual HoverClickSounds CreateHoverClickSounds(HoverSampleSet sampleSet) => new HoverClickSounds(sampleSet);
protected virtual HoverSounds CreateHoverClickSounds(HoverSampleSet sampleSet) => new HoverClickSounds(sampleSet);
public OsuClickableContainer(HoverSampleSet sampleSet = HoverSampleSet.Default)
{