diff --git a/src/Velocity.java b/src/Velocity.java index e776257..33aac48 100644 --- a/src/Velocity.java +++ b/src/Velocity.java @@ -24,6 +24,7 @@ public Velocity(Position position, Onground onground) { this.onground = onground; + this.position = position; } public Vector2 getVelocity() {