Merge branch 'online-lookup-cache-separation' into beatmap-manager-split

This commit is contained in:
Dean Herbert
2021-10-01 01:48:35 +09:00
2 changed files with 2 additions and 1 deletions

View File

@ -524,6 +524,7 @@ namespace osu.Game
base.Dispose(isDisposing);
RulesetStore?.Dispose();
BeatmapManager?.Dispose();
LocalConfig?.Dispose();
contextFactory?.FlushConnections();