Merge pull request #9470 from smoogipoo/dispose-task-scheduler

This commit is contained in:
Dean Herbert 2020-07-09 15:14:27 +09:00 committed by GitHub
commit fce9eaaff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ namespace osu.Game.Beatmaps
public void Dispose()
{
cacheDownloadRequest?.Dispose();
updateScheduler?.Dispose();
}
[Serializable]