mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Fix outdated comment
This commit is contained in:
parent
4433f902ea
commit
6359c1a4fe
@ -27,7 +27,6 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour.Data
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Determine if this <see cref="ColourEncoding"/> is a repetition of another <see cref="ColourEncoding"/>. This
|
/// Determine if this <see cref="ColourEncoding"/> is a repetition of another <see cref="ColourEncoding"/>. This
|
||||||
/// is a strict comparison and is true if and only if the colour sequence is exactly the same.
|
/// is a strict comparison and is true if and only if the colour sequence is exactly the same.
|
||||||
/// This does not require the <see cref="ColourEncoding"/>s to have the same amount of <see cref="MonoEncoding"/>s.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsRepetitionOf(ColourEncoding other)
|
public bool IsRepetitionOf(ColourEncoding other)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user