No this. qualification.

This commit is contained in:
Huo Yaoyuan
2019-11-12 18:24:19 +08:00
parent 31cc0d13da
commit 8a1b70513c
2 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Beatmaps.ControlPoints
private ControlPointGroup controlPointGroup;
public void AttachGroup(ControlPointGroup pointGroup) => this.controlPointGroup = pointGroup;
public void AttachGroup(ControlPointGroup pointGroup) => controlPointGroup = pointGroup;
public int CompareTo(ControlPoint other) => Time.CompareTo(other.Time);