Skip to content

Commit 26a194e

Browse files
authored
Merge pull request #7184 from Psychpsyo/patch-2
Fix Camera.eyeX comment
2 parents 1cd8777 + fefe9d3 commit 26a194e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webgl/p5.Camera.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,9 +849,9 @@ p5.Camera = class Camera {
849849
this.yScale = 1;
850850
}
851851
/**
852-
* The camera’s y-coordinate.
852+
* The camera’s x-coordinate.
853853
*
854-
* By default, the camera’s y-coordinate is set to 0 in "world" space.
854+
* By default, the camera’s x-coordinate is set to 0 in "world" space.
855855
*
856856
* @property {Number} eyeX
857857
* @readonly

0 commit comments

Comments
 (0)