mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename methods and add xmldoc
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user