1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 20:33:01 +08:00

Fix backgroud blur getting stuck when returning to song select v2

This commit is contained in:
Dean Herbert
2025-05-27 01:42:36 +09:00
Unverified
parent be55cadc95
commit daaa90d902
+1
View File
@@ -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);