mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Fix translation copy-pasta fail (ignore this ;D)
This commit is contained in:
parent
c6823377a5
commit
d04a877f98
@ -64,8 +64,8 @@ public void add(VectorM3f translation) {
|
||||
|
||||
public void add(Vector3f translation) {
|
||||
this.x += translation.getX();
|
||||
this.y += translation.getX();
|
||||
this.z += translation.getX();
|
||||
this.y += translation.getY();
|
||||
this.z += translation.getZ();
|
||||
}
|
||||
|
||||
public void rotate(Quaternionf rotation) {
|
||||
|
Loading…
Reference in New Issue
Block a user