mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:42:58 +08:00
Adjust xmldoc for correctness
This commit is contained in:
parent
c9b00a2302
commit
7b2a5d4f76
@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
|
||||
public double TravelDistance { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time taken to travel through <see cref="TravelDistance"/>, with a minimum value of 25ms for a non-zero distance.
|
||||
/// The time taken to travel through <see cref="TravelDistance"/>, with a minimum value of 25ms for <see cref="Slider"/> objects.
|
||||
/// </summary>
|
||||
public double TravelTime { get; private set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user