Dispose beatmap lookup task scheduler

This commit is contained in:
smoogipoo 2020-07-09 14:46:58 +09:00
parent fd56db2156
commit 04ce436f6a
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ private bool checkLocalCache(BeatmapSetInfo set, BeatmapInfo beatmap)
public void Dispose()
{
cacheDownloadRequest?.Dispose();
updateScheduler?.Dispose();
}
[Serializable]