diff --git a/src/webgl/p5.Camera.js b/src/webgl/p5.Camera.js index f9b87e0dce..b687f916c5 100644 --- a/src/webgl/p5.Camera.js +++ b/src/webgl/p5.Camera.js @@ -3682,8 +3682,7 @@ function camera(p5, fn){ }; /** - * Creates a new p5.Camera object and sets it - * as the current (active) camera. + * Creates a new p5.Camera object. * * The new camera is initialized with a default position `(0, 0, 800)` and a * default perspective projection. Its properties can be controlled with