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

@ -130,7 +130,7 @@ namespace osu.Game.Screens.Select
[BackgroundDependencyLoader(true)]
private void load(AudioManager audio, OsuColour colours, ManageCollectionsDialog? manageCollectionsDialog, DifficultyRecommender? recommender, OsuConfigManager config)
{
configBackgroundBlur = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur);
configBackgroundBlur = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur);
configBackgroundBlur.BindValueChanged(e =>
{
if (!this.IsCurrentScreen())