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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user