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:
parent
172e777416
commit
4e79bbad6b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user