Reword comment

This commit is contained in:
Dean Herbert 2019-11-21 10:37:50 +09:00
parent be62e48296
commit cf0f0f8a1b
1 changed files with 1 additions and 2 deletions

View File

@ -80,8 +80,7 @@ public void StopAnyPlaying(IPreviewTrackOwner source)
return;
CurrentTrack.Stop();
// CurrentTrack must not change until the scheduled stopped event has been invoked.
// To ensure that this doesn't early-return on (CurrentTrack != track) check.
// CurrentTrack should not be set to null here as it will result in incorrect handling in the track.Stopped callback above.
}
/// <summary>