summaryrefslogtreecommitdiffstats
path: root/player.gd
diff options
context:
space:
mode:
Diffstat (limited to 'player.gd')
-rw-r--r--player.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/player.gd b/player.gd
index 3d9addd..6c5d142 100644
--- a/player.gd
+++ b/player.gd
@@ -104,5 +104,4 @@ func set_forced_input(dir: Variant):
forced_input_x = 0.0
gravity = 0.0
elif dir == "DROP":
- velocity.y = 0.0
forced_input_x = 0.0