Parameter alignment for PVector, fixes issue 935

This commit is contained in:
alignedleft
2012-05-13 02:29:56 +00:00
parent 4e467010d6
commit 6460acdc76

View File

@@ -131,7 +131,7 @@ public class PVector implements Serializable {
*
* @param x the x coordinate.
* @param y the y coordinate.
* @param z the y coordinate.
* @param z the z coordinate.
*/
public PVector(float x, float y, float z) {
this.x = x;