summaryrefslogtreecommitdiff
path: root/player.go
diff options
context:
space:
mode:
Diffstat (limited to 'player.go')
-rw-r--r--player.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/player.go b/player.go
index 0b313ed..4fe7aa8 100644
--- a/player.go
+++ b/player.go
@@ -36,7 +36,6 @@ func (o * GameObject) Update(tilemap Tilemap) {
o.onGround = true;
o.vx *= friction
-
o.y -= o.vy
o.vy = 0
} else {