Remove 'submit' sample usages

This commit is contained in:
Jamie Taylor
2022-06-01 21:00:14 +09:00
parent fcf51a6f51
commit 365819865e
14 changed files with 9 additions and 25 deletions

View File

@ -36,7 +36,7 @@ namespace osu.Game.Graphics.UserInterface
Icon = FontAwesome.Solid.ExternalLinkAlt,
RelativeSizeAxes = Axes.Both
},
new HoverClickSounds(HoverSampleSet.Submit)
new HoverClickSounds()
};
}