BeatmapSelectionBackgroundBlurLevel renamed to SongSelectBackgroundBlurLevel

This commit is contained in:
Jeremiah DECOMBE
2023-01-24 00:08:11 +01:00
parent 26adc28943
commit b573e42cc2
4 changed files with 6 additions and 6 deletions

View File

@ -144,7 +144,7 @@ namespace osu.Game.Screens.Select
[BackgroundDependencyLoader(true)]
private void load(AudioManager audio, OsuColour colours, ManageCollectionsDialog? manageCollectionsDialog, DifficultyRecommender? recommender, OsuConfigManager config)
{
backgroundBlurLevel = config.GetBindable<float>(OsuSetting.BeatmapSelectionBackgoundBlurLevel);
backgroundBlurLevel = config.GetBindable<float>(OsuSetting.SongSelectBackgoundBlurLevel);
LoadComponentAsync(Carousel = new BeatmapCarousel
{