Fix code review issues

This commit is contained in:
Dean Herbert
2017-10-12 22:27:22 +09:00
parent d234791bdd
commit bb6b656ec6
3 changed files with 3 additions and 7 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Objects
public class JuiceStream : CatchBaseHit, IHasCurve
{
/// <summary>
/// Scoring distance with a speed-adjusted beat length of 1 second.
/// Positional distance that results in a duration of one second, before any speed adjustments.
/// </summary>
private const float base_scoring_distance = 100;