mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 07:47:25 +08:00
Fix compilation failure overlooked in merge
This commit is contained in:
parent
e5050b90a5
commit
393d118eef
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.Edit
|
||||
|
||||
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
Block a user