Merge branch 'master' into optimise-set-detach-part-2

This commit is contained in:
Dan Balasescu
2022-01-19 13:20:38 +09:00
committed by GitHub
35 changed files with 232 additions and 153 deletions

View File

@ -119,6 +119,7 @@ namespace osu.Game.Database
c.CreateMap<BeatmapInfo, BeatmapInfo>()
.MaxDepth(1)
// This is not required as it will be populated in the `AfterMap` call from the `BeatmapInfo`'s parent.
.ForMember(b => b.BeatmapSet, cc => cc.Ignore());
}).CreateMapper();