mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'master' into optimise-set-detach-part-2
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user