mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 03:59:55 +08:00
Add comment explaining ignore rule
This commit is contained in:
@@ -102,6 +102,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