mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:03:21 +08:00
Accidentally a word
This commit is contained in:
parent
110e4fbb30
commit
5a9127dfc6
@ -54,7 +54,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
Caption = GameplaySettingsStrings.BackgroundHeader,
|
||||
PlaceholderText = EditorSetupStrings.ClickToSelectBackground,
|
||||
},
|
||||
// `SupportedExtensions.AUDIO_EXTENSIONS` not used here specifically it includes `.wav` for samples, which is strictly disallowed by ranking criteria
|
||||
// `SupportedExtensions.AUDIO_EXTENSIONS` not used here specifically because it includes `.wav` for samples, which is strictly disallowed by ranking criteria
|
||||
// (https://osu.ppy.sh/wiki/en/Ranking_criteria#audio)
|
||||
audioTrackChooser = new FormFileSelector(@".mp3", @".ogg")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user