Skip to content

Commit 19c4294

Browse files
committed
Duplicate line removed
1 parent 7aa26e7 commit 19c4294

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)