diff --git a/src/webgl/p5.Camera.js b/src/webgl/p5.Camera.js index b011a1c420..703446deac 100644 --- a/src/webgl/p5.Camera.js +++ b/src/webgl/p5.Camera.js @@ -465,7 +465,7 @@ p5.prototype.createCamera = function () { * camera view pans left and right across a series of rotating 3D boxes. */ p5.Camera = class Camera { - constructor(renderer, autoPosition = false, autoProjection = false) { // change + constructor(renderer) { // change this._renderer = renderer; this.cameraType = 'default';