1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 09:42:54 +08:00

Accidentally a word

This commit is contained in:
Bartłomiej Dach 2024-11-29 08:46:08 +01:00
parent 110e4fbb30
commit 5a9127dfc6
No known key found for this signature in database

View File

@ -54,7 +54,7 @@ namespace osu.Game.Screens.Edit.Setup
Caption = GameplaySettingsStrings.BackgroundHeader, Caption = GameplaySettingsStrings.BackgroundHeader,
PlaceholderText = EditorSetupStrings.ClickToSelectBackground, 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) // (https://osu.ppy.sh/wiki/en/Ranking_criteria#audio)
audioTrackChooser = new FormFileSelector(@".mp3", @".ogg") audioTrackChooser = new FormFileSelector(@".mp3", @".ogg")
{ {