mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 17:53:15 +08:00
Fix cref in comment.
This commit is contained in:
parent
93f654a539
commit
1f311cca06
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.OsuDifficulty.Preprocessing
|
|||||||
public double DeltaTime { get; private set; }
|
public double DeltaTime { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Number of milliseconds until the <see cref="OsuDifficultyHitObject"/> has to be hit. <see cref="OsuHitObject."/>
|
/// Number of milliseconds until the <see cref="OsuDifficultyHitObject"/> has to be hit.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double TimeUntilHit { get; set; }
|
public double TimeUntilHit { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user