We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f258e5 commit 18afa11Copy full SHA for 18afa11
src/scenes/about/desk/bridge.tsx
@@ -6,6 +6,7 @@ const BridgeMesh = ({ position }: { position: [number, number, number] }) => {
6
return (
7
<group position={position}>
8
<TowerMesh position={[1, 1, 1]} />
9
+ <TowerMesh position={[1, 1, 1]} />
10
</group>
11
);
12
};
0 commit comments