mirror of
https://github.com/ppy/osu
synced 2025-02-16 01:56:58 +00:00
Fix potential nullref
This commit is contained in:
parent
12e7668afc
commit
d92f6c762b
@ -63,7 +63,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
});
|
||||
}
|
||||
|
||||
bufferedContainer.BlurTo(newBlurSigma, duration, easing);
|
||||
bufferedContainer?.BlurTo(newBlurSigma, duration, easing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user