Skip to content

Commit

Permalink
Merge pull request #7184 from Psychpsyo/patch-2
Browse files Browse the repository at this point in the history
Fix Camera.eyeX comment
  • Loading branch information
davepagurek authored Aug 20, 2024
2 parents 1cd8777 + fefe9d3 commit 26a194e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgl/p5.Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,9 +849,9 @@ p5.Camera = class Camera {
this.yScale = 1;
}
/**
* The camera’s y-coordinate.
* The camera’s x-coordinate.
*
* By default, the camera’s y-coordinate is set to 0 in "world" space.
* By default, the camera’s x-coordinate is set to 0 in "world" space.
*
* @property {Number} eyeX
* @readonly
Expand Down

0 comments on commit 26a194e

Please sign in to comment.