mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Fix broken delay
This commit is contained in:
parent
eae43f5fd9
commit
6baa099906
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user