mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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)
|
protected override void Dispose(bool isDisposing)
|
||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
cancelTrackedBindableUpdate();
|
cancelTrackedBindableUpdate();
|
||||||
|
updateScheduler.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly struct DifficultyCacheLookup : IEquatable<DifficultyCacheLookup>
|
private readonly struct DifficultyCacheLookup : IEquatable<DifficultyCacheLookup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user