1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Fix broken delay

This commit is contained in:
Bartłomiej Dach 2024-02-14 10:12:01 +01:00
parent eae43f5fd9
commit 6baa099906
No known key found for this signature in database

View File

@ -188,7 +188,7 @@ namespace osu.Game.Overlays.Toolbar
titleText.FadeOut(250, Easing.OutQuint);
deltaValue.FadeIn(250, Easing.OutQuint)
.Then().Delay(1000)
.Then().OnComplete(_ =>
.Then().Schedule(() =>
{
mainValue.Current.Value = after;
deltaValue.Current.SetDefault();