mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
PreviewTrack.Owner
This commit is contained in:
@ -302,7 +302,8 @@ namespace osu.Game.Overlays
|
||||
|
||||
protected override void PopOut()
|
||||
{
|
||||
previewTrackManager.CurrentTrack?.Stop();
|
||||
if (previewTrackManager.CurrentTrack?.Owner == this)
|
||||
previewTrackManager.CurrentTrack?.Stop();
|
||||
base.PopOut();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user