mirror of https://github.com/ppy/osu
Fix incorrectly copy pasted xmldoc
This commit is contained in:
parent
31a6e9b860
commit
69ac22dd7f
|
@ -30,8 +30,7 @@ public abstract class ControlPoint : IComparable<ControlPoint>
|
|||
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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue