mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Dispose update scheduler
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user