variable naming and loc modifications

This commit is contained in:
Jeremiah DECOMBE
2023-01-23 23:07:50 +01:00
parent 6daa364779
commit f13a5465ba
4 changed files with 7 additions and 8 deletions

View File

@ -143,7 +143,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.BeatmapSelectionBlurLevel);
backgroundBlurLevel = config.GetBindable<float>(OsuSetting.BeatmapSelectionBackgoundBlurLevel);
LoadComponentAsync(Carousel = new BeatmapCarousel
{