Skip to content

Commit e77ad2c

Browse files
authored
Merge pull request #3458 from sanketsingh24/fix-#3246
Removed Redundant line causing an error
2 parents 7aa26e7 + 19c4294 commit e77ad2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webgl/p5.Camera.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ p5.Camera.prototype.perspective = function(fovy, aspect, near, far) {
337337
);
338338
}
339339

340-
this.cameraFOV = this._renderer._pInst._toRadians(fovy);
341340
this.aspectRatio = aspect;
342341
this.cameraNear = near;
343342
this.cameraFar = far;

0 commit comments

Comments
 (0)