1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00

Fix incorrectly copy pasted xmldoc

This commit is contained in:
Dean Herbert 2021-01-07 19:06:10 +09:00
parent 31a6e9b860
commit 69ac22dd7f

View File

@ -30,8 +30,7 @@ namespace osu.Game.Beatmaps.ControlPoints
public abstract bool IsRedundant(ControlPoint existing);
/// <summary>
/// Create a copy of this room without online information.
/// Should be used to create a local copy of a room for submitting in the future.
/// Create an unbound copy of this control point.
/// </summary>
public ControlPoint CreateCopy()
{