mirror of https://github.com/ppy/osu
Fix xmldoc
This commit is contained in:
parent
26dfabc86c
commit
49913f00f0
|
@ -179,7 +179,7 @@ protected int FindAvailableColumn(int initialColumn, int? lowerBound = null, int
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a random column index in the range [RandomStart, TotalColumns).
|
||||
/// Returns a random column index in the range [<paramref name="lowerBound"/>, <paramref name="upperBound"/>).
|
||||
/// </summary>
|
||||
/// <param name="lowerBound">The minimum column index. If null, <see cref="RandomStart"/> is used.</param>
|
||||
/// <param name="upperBound">The maximum column index. If null, <see cref="PatternGenerator.TotalColumns"/> is used.</param>
|
||||
|
|
Loading…
Reference in New Issue