mirror of
https://github.com/ppy/osu
synced 2025-01-11 08:39:31 +00:00
Dispose update scheduler
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user