diff --git a/src/Velocity.java b/src/Velocity.java index 33aac48..204d67c 100644 --- a/src/Velocity.java +++ b/src/Velocity.java @@ -23,8 +23,8 @@ } public Velocity(Position position, Onground onground) { - this.onground = onground; this.position = position; + this.onground = onground; } public Vector2 getVelocity() {