Remove 'Soft' select sample variant usage (soft is the new default)

This commit is contained in:
Jamie Taylor
2021-07-29 20:29:11 +09:00
parent 1a921663e3
commit be3c02ff7f
4 changed files with 2 additions and 5 deletions

View File

@ -57,7 +57,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
{
Depth = 1
},
new HoverClickSounds(HoverSampleSet.Soft)
new HoverClickSounds()
});
}