From daaa90d9020c7ca50540c169f1bf37dd4a33cde6 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 27 May 2025 01:42:36 +0900 Subject: [PATCH] Fix backgroud blur getting stuck when returning to song select v2 --- osu.Game/Screens/SelectV2/SongSelect.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/SelectV2/SongSelect.cs b/osu.Game/Screens/SelectV2/SongSelect.cs index 93986d5a77..3436855dc1 100644 --- a/osu.Game/Screens/SelectV2/SongSelect.cs +++ b/osu.Game/Screens/SelectV2/SongSelect.cs @@ -356,6 +356,7 @@ namespace osu.Game.Screens.SelectV2 { ApplyToBackground(backgroundModeBeatmap => { + backgroundModeBeatmap.BlurAmount.Value = 0; backgroundModeBeatmap.Beatmap = beatmap; backgroundModeBeatmap.IgnoreUserSettings.Value = true; backgroundModeBeatmap.FadeColour(Color4.White, 250);