1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Fade out instead of insta hiding on menu suspending

This commit is contained in:
Andrei Zavatski 2020-01-11 22:43:07 +03:00
parent 7f6811d65e
commit 730cc92bf3

View File

@ -236,7 +236,7 @@ namespace osu.Game.Screens.Menu
buttons.State = ButtonSystemState.EnteringMode;
songTicker.Hide();
songTicker.FadeOut(100, Easing.OutQuint);
songTicker.AllowUpdates = false;
this.FadeOut(FADE_OUT_DURATION, Easing.InSine);