1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 04:33:39 +08:00

Dispose update scheduler

This commit is contained in:
smoogipoo
2020-07-28 17:23:35 +09:00
Unverified
parent 96f68a3251
commit fa25f8aef9
@@ -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>