Fixed comment. Created static CatchArea.GetCatcheWidth method

This commit is contained in:
Hanamuke
2018-09-13 17:01:33 +02:00
parent 623f8bfaf5
commit 7d3380db66
3 changed files with 9 additions and 7 deletions

View File

@ -27,9 +27,9 @@ namespace osu.Game.Rulesets.Catch.Objects
public int ComboIndex { get; set; }
/// <summary>
/// The difference between the distance of the next object
/// and the distance that would have triggered hyper dashing.
/// A value close to 0 indicates a difficult jump (for SR calculation)
/// Difference between the distance to the next object
/// and the distance that would have triggered a hyper dash.
/// A value close to 0 indicates a difficult jump (for difficulty calculation).
/// </summary>
public float DistanceToHyperDash { get; set; }