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:
parent
fa25f8aef9
commit
a57b6bdc18
@ -137,10 +137,7 @@ namespace osu.Game.Beatmaps
|
||||
trackedUpdateCancellationSource = null;
|
||||
|
||||
foreach (var c in linkedCancellationSources)
|
||||
{
|
||||
c.Cancel();
|
||||
c.Dispose();
|
||||
}
|
||||
|
||||
linkedCancellationSources.Clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user