1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Remove cancellation of linked tokens

This commit is contained in:
smoogipoo 2020-07-29 11:29:38 +09:00
parent fa25f8aef9
commit a57b6bdc18

View File

@ -137,10 +137,7 @@ namespace osu.Game.Beatmaps
trackedUpdateCancellationSource = null;
foreach (var c in linkedCancellationSources)
{
c.Cancel();
c.Dispose();
}
linkedCancellationSources.Clear();
}