Skip to content

Commit

Permalink
Fix camera selection regression
Browse files Browse the repository at this point in the history
adeira-source-id: 6f968eca570e298433940609945a3c5164b14e51
  • Loading branch information
itsdouges authored and triplex-bot committed Dec 29, 2024
1 parent 744ef38 commit 4cb2218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Box from "./geometry/box";
export function Camera() {
return (
<>
<PerspectiveCamera position={[0, 0, 0.15]} />
<PerspectiveCamera name="foo" position={[0, 0, 0.15]} />
<Box scale={0.1} />
</>
);
Expand Down

0 comments on commit 4cb2218

Please sign in to comment.