mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 02:59:53 +08:00
Add missing expire call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
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;
|
||||
|
||||
Reference in New Issue
Block a user