mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 00:23:01 +08:00
Whoops fix xmldoc.
This commit is contained in:
parent
748f13501a
commit
b8f9a2be6e
@ -201,9 +201,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
/// <param name="length">The slider length.</param>
|
||||
/// <param name="curveType">The slider curve type.</param>
|
||||
/// <param name="repeatCount">The slider repeat count.</param>
|
||||
/// <param name="headSamples">The samples to be played when the head of the slider is hit.</param>
|
||||
/// <param name="tailSamples">The samples to be played when the tail of the slider is hit.</param>
|
||||
/// <param name="repeatSamples">The samples to be played when the repeat nodes are hit.</param>
|
||||
/// <param name="repeatSamples">The samples to be played when the repeat nodes are hit. This includes the head and tail of the slider.</param>
|
||||
/// <returns>The hit object.</returns>
|
||||
protected abstract HitObject CreateSlider(Vector2 position, bool newCombo, List<Vector2> controlPoints, double length, CurveType curveType, int repeatCount, List<List<SampleInfo>> repeatSamples);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user