mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Clarify repeat index
This commit is contained in:
@ -122,7 +122,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
public double Time;
|
||||
|
||||
/// <summary>
|
||||
/// The zero-based index of the span. In the case of repeat sliders, this will increase each repeat.
|
||||
/// The zero-based index of the span. In the case of repeat sliders, this will increase after each <see cref="SliderEventType.Repeat"/>.
|
||||
/// </summary>
|
||||
public int SpanIndex;
|
||||
|
||||
|
Reference in New Issue
Block a user