Add xmldoc and simplify calling

This commit is contained in:
Dean Herbert
2022-10-11 15:50:02 +09:00
parent e619c9c1e6
commit eba3d37a11
3 changed files with 13 additions and 10 deletions

View File

@ -330,7 +330,7 @@ namespace osu.Game.Beatmaps
setInfo.CopyChangesToRealm(liveBeatmapSet);
beatmapInfo.TransferCollectionsFrom(r, oldMd5Hash);
beatmapInfo.TransferCollectionReferences(r, oldMd5Hash);
ProcessBeatmap?.Invoke((liveBeatmapSet, false));
});