Skip to content

Commit 961dc63

Browse files
authored
fixed lint
1 parent 2128bfc commit 961dc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.Camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ p5.Camera = class Camera {
24582458
let up = createVector(this.upX, this.upY, this.upZ);
24592459
let right = p5.Vector.cross(forward, up).normalize(); // Right vector
24602460
up = p5.Vector.cross(right, forward).normalize(); // Corrected up vector
2461-
2461+
24622462
this.camera(
24632463
this.eyeX,
24642464
this.eyeY,

0 commit comments

Comments
 (0)