diff options
Diffstat (limited to 'ps_curve.gd')
| -rw-r--r-- | ps_curve.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps_curve.gd b/ps_curve.gd index ab5c327..c1c1567 100644 --- a/ps_curve.gd +++ b/ps_curve.gd @@ -36,7 +36,7 @@ func _handle_physics(delta: float): p.velocity = (new_position - p.position) / delta if finished: - p.set_movement_normal() + p.request_state_normal() return p.position = new_position |
