mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 17:53:15 +08:00
Reword comment
This commit is contained in:
parent
be62e48296
commit
cf0f0f8a1b
@ -80,8 +80,7 @@ namespace osu.Game.Audio
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
CurrentTrack.Stop();
|
CurrentTrack.Stop();
|
||||||
// CurrentTrack must not change until the scheduled stopped event has been invoked.
|
// CurrentTrack should not be set to null here as it will result in incorrect handling in the track.Stopped callback above.
|
||||||
// To ensure that this doesn't early-return on (CurrentTrack != track) check.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user