Closed brunesto closed 3 years ago
Hello, Vector4f.java, at line 518
public Vector4f set(float[] xyzw) { this.x = xyzw[0]; this.y = xyzw[1]; this.z = xyzw[2]; this.w = xyzw[2]; // ?? return this; }
Sorry about that. Thanks for reporting!
Hello, Vector4f.java, at line 518
public Vector4f set(float[] xyzw) { this.x = xyzw[0]; this.y = xyzw[1]; this.z = xyzw[2]; this.w = xyzw[2]; // ?? return this; }