mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:17:51 +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);
|
titleText.FadeOut(250, Easing.OutQuint);
|
||||||
deltaValue.FadeIn(250, Easing.OutQuint)
|
deltaValue.FadeIn(250, Easing.OutQuint)
|
||||||
.Then().Delay(1000)
|
.Then().Delay(1000)
|
||||||
.Then().OnComplete(_ =>
|
.Then().Schedule(() =>
|
||||||
{
|
{
|
||||||
mainValue.Current.Value = after;
|
mainValue.Current.Value = after;
|
||||||
deltaValue.Current.SetDefault();
|
deltaValue.Current.SetDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user