Added fix for issue 935 on android as well

This commit is contained in:
codeanticode
2012-05-14 16:20:47 +00:00
parent 6460acdc76
commit 6697311733
@@ -128,7 +128,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;