1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 16:46:05 +08:00

Merge pull request #34818 from smoogipoo/completion-handler-override

Preserve pre-post notification completion target
This commit is contained in:
Dean Herbert
2025-08-28 14:10:59 +09:00
committed by GitHub
Unverified
+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);