1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 03:32:55 +08:00

Improve comment slightly

This commit is contained in:
smoogipoo 2020-04-03 18:32:07 +09:00
parent 1ff2cc31d1
commit d90db5649d

View File

@ -185,7 +185,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
}
/// <summary>
/// Adjusts the scroll speed of the <see cref="HitObject"/>.
/// Adjusts the scroll speed of <see cref="HitObject"/>s.
/// </summary>
/// <param name="amount">The amount to adjust by. Greater than 0 if the scroll speed should be increased, less than 0 if it should be decreased.</param>
protected virtual void AdjustScrollSpeed(int amount) => this.TransformBindableTo(TimeRange, TimeRange.Value - amount * time_span_step, 200, Easing.OutQuint);