Revert forced cloning of ControlPointInfo

This reverts commit 3c3e860dbc.

Closes https://github.com/ppy/osu/issues/11491.
This commit is contained in:
Dean Herbert
2021-01-15 17:34:01 +09:00
parent 40f020c683
commit d6e6b4bbee
5 changed files with 14 additions and 12 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// The control points in this beatmap.
/// </summary>
ControlPointInfo ControlPointInfo { get; }
ControlPointInfo ControlPointInfo { get; set; }
/// <summary>
/// The breaks in this beatmap.