1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-03 05:33:08 +08:00

Add missing disposal

This commit is contained in:
Bartłomiej Dach 2024-11-01 11:26:59 +01:00
parent 17702ead0b
commit 5f63950598
No known key found for this signature in database

View File

@ -257,6 +257,8 @@ namespace osu.Game.Skinning.Components
difficultyCancellationSource?.Cancel();
difficultyCancellationSource?.Dispose();
difficultyCancellationSource = null;
modSettingTracker?.Dispose();
}
}