1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +08:00

use same same duration

negligence in migrating code
This commit is contained in:
cdwcgt 2023-03-29 22:56:35 +09:00
parent e85c28031e
commit 19b7036b95
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -176,7 +176,7 @@ namespace osu.Game.Graphics.Containers
}
backgroundStack.FadeIn(TRANSITION_DURATION);
backgroundStack.FadeColour(OsuColour.Gray(1.0f - scalingMenuBackgroundDim.Value), 800, Easing.OutQuint);
backgroundStack.FadeColour(OsuColour.Gray(1.0f - scalingMenuBackgroundDim.Value), TRANSITION_DURATION, Easing.OutQuint);
}
else
backgroundStack?.FadeOut(TRANSITION_DURATION);