mirror of https://github.com/ppy/osu
Add comment explaining ignore rule
This commit is contained in:
parent
f2b151023e
commit
761e161eec
|
@ -102,6 +102,7 @@ public static class RealmObjectExtensions
|
|||
|
||||
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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue