1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 11:47:24 +08:00

Add missing expire call

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2024-11-14 19:33:34 +09:00 committed by GitHub
parent 9849a88eef
commit 36d48a01c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -312,7 +312,7 @@ namespace osu.Game.Screens.Play
{ {
base.OnSuspending(e); base.OnSuspending(e);
quickRestartBlackLayer?.FadeOut(500, Easing.OutQuint); quickRestartBlackLayer?.FadeOut(500, Easing.OutQuint).Expire();
quickRestartBlackLayer = null; quickRestartBlackLayer = null;
BackgroundBrightnessReduction = false; BackgroundBrightnessReduction = false;