1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 21:52:56 +08:00

Add inline comment

This commit is contained in:
iiSaLMaN 2019-11-14 14:19:42 +03:00
parent 172e777416
commit 4e79bbad6b

View File

@ -80,6 +80,8 @@ namespace osu.Game.Audio
return;
current.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.
}
/// <summary>