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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user