Rename methods and add xmldoc

This commit is contained in:
Dean Herbert
2022-01-15 23:55:11 +09:00
parent 64c499d9d6
commit c5cae4e3ee
5 changed files with 9 additions and 8 deletions

View File

@ -27,6 +27,6 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
Colour = Point.GetRepresentingColour(colours);
}
public bool IsRedundant(ControlPoint other) => other.GetType() == Point.GetType();
public bool IsVisuallyRedundant(ControlPoint other) => other.GetType() == Point.GetType();
}
}