Fix TabControls using the wrong sample

This commit is contained in:
Jamie Taylor
2022-04-28 17:30:24 +09:00
parent 027ba17844
commit 92cac0b74e
2 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,8 @@ namespace osu.Game.Overlays.BeatmapListing
Size = new Vector2(12),
Icon = getIconForCardSize(Value)
}
}
},
new HoverClickSounds(HoverSampleSet.TabSelect)
};
}