Fixes #469
This commit is contained in:
parent
b435fbfb33
commit
26404fc9db
@ -30,8 +30,8 @@ public class Vector2D {
|
||||
public static final Vector2D UNIT_Z = new Vector2D(0, 1);
|
||||
public static final Vector2D ONE = new Vector2D(1, 1);
|
||||
|
||||
private double x;
|
||||
private double z;
|
||||
public double x;
|
||||
public double z;
|
||||
|
||||
/**
|
||||
* Construct an instance.
|
||||
|
Loading…
Reference in New Issue
Block a user