mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 00:42:55 +08:00
Add inline comment
This commit is contained in:
parent
172e777416
commit
4e79bbad6b
@ -80,6 +80,8 @@ namespace osu.Game.Audio
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
current.Stop();
|
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>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user