Fix hyperdash test having a zero-length juice stream

This commit is contained in:
Dean Herbert
2020-03-10 17:49:51 +09:00
parent a6cf6207aa
commit 5329b222f6
2 changed files with 32 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"/>.