1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 17:40:24 +08:00

Add inline note about deadlock

This commit is contained in:
Dean Herbert
2023-12-26 12:06:56 +09:00
Unverified
parent f84b07e71a
commit b18b5b9977
+1
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();