mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Don't serialise AllControlPoints
This commit is contained in:
parent
ea77fc222d
commit
9252b7876b
@ -56,6 +56,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
/// <summary>
|
||||
/// All control points, of all types.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public IEnumerable<ControlPoint> AllControlPoints => Groups.SelectMany(g => g.ControlPoints).ToArray();
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user