1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 07:01:17 +08:00

Remove ProgressNotification vertical movement and delay

This commit is contained in:
Dean Herbert
2022-08-30 19:16:59 +09:00
Unverified
parent c846bf20a7
commit 6b71b4656d
@@ -141,8 +141,7 @@ namespace osu.Game.Overlays.Notifications
case ProgressNotificationState.Completed:
loadingSpinner.Hide();
MainContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint);
this.FadeOut(200).Finally(_ => Completed());
Completed();
break;
}
}