Merge pull request #8201 from peppy/fix-hyperdash-test

Fix hyperdash test having a zero-length juice stream
This commit is contained in:
Dan Balasescu
2020-03-11 13:46:59 +09:00
committed by GitHub
2 changed files with 33 additions and 17 deletions

View File

@ -24,8 +24,8 @@ namespace osu.Game.Rulesets.Catch.Objects
public int RepeatCount { get; set; }
public double Velocity;
public double TickDistance;
public double Velocity { get; private set; }
public double TickDistance { get; private set; }
/// <summary>
/// The length of one span of this <see cref="JuiceStream"/>.