mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 06:37:43 +08:00
Add missing expire call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
9849a88eef
commit
36d48a01c8
@ -312,7 +312,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
base.OnSuspending(e);
|
||||
|
||||
quickRestartBlackLayer?.FadeOut(500, Easing.OutQuint);
|
||||
quickRestartBlackLayer?.FadeOut(500, Easing.OutQuint).Expire();
|
||||
quickRestartBlackLayer = null;
|
||||
|
||||
BackgroundBrightnessReduction = false;
|
||||
|
Loading…
Reference in New Issue
Block a user