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

Remove fade out transition

Unnecessary addition from this PR, makes the background fade to ugly black during transition between screens.
This commit is contained in:
Salman Ahmed 2023-11-09 23:03:01 +03:00
parent cc9aeb5307
commit e947158969

View File

@ -79,7 +79,6 @@ namespace osu.Game.Graphics.Backgrounds
loadCancellationSource.AsNonNull().Cancel();
loadCancellationSource = null;
storyboardContainer.FadeOut(BackgroundScreen.TRANSITION_LENGTH, Easing.OutQuint);
scheduleStoryboardRemoval(drawableStoryboard);
drawableStoryboard = null;