Fix white ring flash when holding button post-confirmation

This commit is contained in:
Dean Herbert 2018-05-22 16:23:05 +09:00
parent 5f8eb6d823
commit babb7d5158

View File

@ -154,7 +154,10 @@ namespace osu.Game.Screens.Play.HUD
.Then().FadeOut().ScaleTo(1).FadeIn(500)
.OnComplete(a => circularProgress.FadeOut(100).OnComplete(_ =>
{
Progress.Value = 0;
bind();
circularProgress.FadeIn();
pendingAnimation = false;
}));