Dispose update scheduler

This commit is contained in:
smoogipoo 2020-07-28 17:23:35 +09:00
parent 96f68a3251
commit fa25f8aef9

View File

@ -240,7 +240,9 @@ namespace osu.Game.Beatmaps
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
cancelTrackedBindableUpdate();
updateScheduler.Dispose();
}
private readonly struct DifficultyCacheLookup : IEquatable<DifficultyCacheLookup>