1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 04:49:58 +08:00

Preserve pre-post notification completion target

This commit is contained in:
Dan Balasescu
2025-08-28 13:06:14 +09:00
Unverified
parent 33b99a51b1
commit e831d1b6fa
+1 -1
View File
@@ -180,7 +180,7 @@ namespace osu.Game.Overlays
notification.Closed += () => notificationClosed(notification);
if (notification is IHasCompletionTarget hasCompletionTarget)
hasCompletionTarget.CompletionTarget = Post;
hasCompletionTarget.CompletionTarget ??= Post;
playDebouncedSample(notification.PopInSampleName);