Fix translation copy-pasta fail (ignore this ;D)

This commit is contained in:
Blue (Lukas Rieger) 2021-06-09 17:59:28 +02:00
parent c6823377a5
commit d04a877f98
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800

View File

@ -64,8 +64,8 @@ public void add(VectorM3f translation) {
public void add(Vector3f translation) { public void add(Vector3f translation) {
this.x += translation.getX(); this.x += translation.getX();
this.y += translation.getX(); this.y += translation.getY();
this.z += translation.getX(); this.z += translation.getZ();
} }
public void rotate(Quaternionf rotation) { public void rotate(Quaternionf rotation) {