mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Dispose beatmap lookup task scheduler
This commit is contained in:
parent
fd56db2156
commit
04ce436f6a
@ -183,6 +183,7 @@ namespace osu.Game.Beatmaps
|
||||
public void Dispose()
|
||||
{
|
||||
cacheDownloadRequest?.Dispose();
|
||||
updateScheduler?.Dispose();
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
Loading…
Reference in New Issue
Block a user