diff --git a/src/webgl/p5.Camera.js b/src/webgl/p5.Camera.js index 9056f2e63c..e11188339e 100644 --- a/src/webgl/p5.Camera.js +++ b/src/webgl/p5.Camera.js @@ -745,6 +745,7 @@ p5.prototype.createCamera = function () { * `myCamera.move()` moves the camera along its own axes. * * @class p5.Camera + * @constructor * @param {rendererGL} rendererGL instance of WebGL renderer * * @example