mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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…
x
Reference in New Issue
Block a user