Fix compilation failure overlooked in merge

This commit is contained in:
ekrctb 2021-10-26 20:20:43 +09:00
parent e5050b90a5
commit 393d118eef
1 changed files with 1 additions and 1 deletions

View File

@ -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;