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

@ -70,6 +70,6 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
}
// kiai sections display duration, so are required to be visualised.
public bool IsRedundant(ControlPoint other) => (other as EffectControlPoint)?.KiaiMode == effect.KiaiMode;
public bool IsVisuallyRedundant(ControlPoint other) => (other as EffectControlPoint)?.KiaiMode == effect.KiaiMode;
}
}