Skip to content

Commit

Permalink
fixes build issue for example
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 28, 2024
1 parent 8e82436 commit 4494db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/watchers/src/example-scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {

let renderer: WebGLRenderer;
let scene: Scene;
let camera: Camera;
let camera: PerspectiveCamera;

const boxes: Mesh[] = [];
const animation = { x: 0.005, y: 0.01 };
Expand Down

0 comments on commit 4494db5

Please sign in to comment.