Skip to content

Commit 2128bfc

Browse files
authored
fixed lint
1 parent daf9642 commit 2128bfc

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
@@ -2459,7 +2459,6 @@ p5.Camera = class Camera {
24592459
let right = p5.Vector.cross(forward, up).normalize(); // Right vector
24602460
up = p5.Vector.cross(right, forward).normalize(); // Corrected up vector
24612461

2462-
24632462
this.camera(
24642463
this.eyeX,
24652464
this.eyeY,

0 commit comments

Comments
 (0)