fix style

This commit is contained in:
pfg
2022-10-10 21:48:41 -04:00
parent de8d485305
commit e619c9c1e6
3 changed files with 3 additions and 3 deletions

View File

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