Fix typo in settings enum (seriously)

This commit is contained in:
Dean Herbert
2023-01-25 16:28:38 +09:00
parent 3faab66f39
commit e333e12b2e
3 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
new SettingsCheckbox
{
LabelText = GameplaySettingsStrings.BackgroundBlur,
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur)
}
};
}