mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove cancellation of linked tokens
This commit is contained in:
@ -137,10 +137,7 @@ namespace osu.Game.Beatmaps
|
||||
trackedUpdateCancellationSource = null;
|
||||
|
||||
foreach (var c in linkedCancellationSources)
|
||||
{
|
||||
c.Cancel();
|
||||
c.Dispose();
|
||||
}
|
||||
|
||||
linkedCancellationSources.Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user