mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Added fix for issue 935 on android as well
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user