mirror of https://github.com/ppy/osu
Fix compilation failure overlooked in merge
This commit is contained in:
parent
e5050b90a5
commit
393d118eef
|
@ -28,7 +28,7 @@ public class CatchDistanceSnapGrid : CompositeDrawable
|
|||
|
||||
public float StartX { get; set; }
|
||||
|
||||
private const double max_vertical_line_length_in_time = CatchPlayfield.WIDTH / Catcher.BASE_SPEED * 2;
|
||||
private const double max_vertical_line_length_in_time = CatchPlayfield.WIDTH / Catcher.BASE_WALK_SPEED;
|
||||
|
||||
private readonly double[] velocities;
|
||||
|
||||
|
|
Loading…
Reference in New Issue