Further xmldoc and restoring of Cleanup method

This commit is contained in:
Dean Herbert
2018-02-15 16:31:42 +09:00
parent 1b13be1372
commit b9ef32b09b
5 changed files with 38 additions and 4 deletions

View File

@ -63,7 +63,7 @@ namespace osu.Game.Database
if (importHost != null)
ipc = new ArchiveImportIPCChannel(importHost, this);
ModelStore.PurgeDeletable();
ModelStore.Cleanup();
}
/// <summary>