mirror of https://github.com/ppy/osu
Dispose beatmap lookup task scheduler
This commit is contained in:
parent
fd56db2156
commit
04ce436f6a
|
@ -183,6 +183,7 @@ private bool checkLocalCache(BeatmapSetInfo set, BeatmapInfo beatmap)
|
|||
public void Dispose()
|
||||
{
|
||||
cacheDownloadRequest?.Dispose();
|
||||
updateScheduler?.Dispose();
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
|
Loading…
Reference in New Issue