diff --git a/osu.Game/Overlays/Notifications/ProgressNotification.cs b/osu.Game/Overlays/Notifications/ProgressNotification.cs index a4cac41d33..4cb1557c32 100644 --- a/osu.Game/Overlays/Notifications/ProgressNotification.cs +++ b/osu.Game/Overlays/Notifications/ProgressNotification.cs @@ -106,6 +106,8 @@ namespace osu.Game.Overlays.Notifications public void Complete() { + Debug.Assert(state != ProgressNotificationState.Completed); + state = ProgressNotificationState.Completed; NotificationContent.MoveToY(-DrawSize.Y / 2, 200, EasingTypes.OutQuint);