1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00

Fix preview track manager permanently muting game tracks

This commit is contained in:
iiSaLMaN 2019-11-13 16:16:06 +03:00
parent 47cbd516f3
commit 172e777416

View File

@ -80,7 +80,6 @@ namespace osu.Game.Audio
return; return;
current.Stop(); current.Stop();
current = null;
} }
/// <summary> /// <summary>