Skip to content

Commit 85600b1

Browse files
committed
fix typo
1 parent 8993922 commit 85600b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/targets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type TargetProps = {
1717
};
1818
export const Target = ({ targetIdx }: TargetProps) => {
1919
const { scene } = useGLTF("assets/target.glb");
20-
const target = useMemo(() => scene.clone(), [scene]);
20+
const target = useMemo(() => scene.clone(), []);
2121

2222
useEffect(() => {
2323
target.position.set(

0 commit comments

Comments
 (0)