1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Add inline note about deadlock

This commit is contained in:
Dean Herbert 2023-12-26 12:06:56 +09:00
parent f84b07e71a
commit b18b5b9977
No known key found for this signature in database

View File

@ -96,6 +96,7 @@ namespace osu.Game.Audio
hasStarted = false;
// This pre-check is important, fixes a BASS deadlock in some scenarios.
if (!Track.HasCompleted)
{
Track.Stop();