From fefe9d3770b7c197ae6960f4f5500df6cf154da6 Mon Sep 17 00:00:00 2001 From: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:15:17 +0200 Subject: [PATCH] Fix Camera.eyeX comment --- src/webgl/p5.Camera.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webgl/p5.Camera.js b/src/webgl/p5.Camera.js index e11188339e..b6faa5cc29 100644 --- a/src/webgl/p5.Camera.js +++ b/src/webgl/p5.Camera.js @@ -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