Skip to content

Commit fecbd5c

Browse files
committed
chore: clean up comments
1 parent 0c27cb2 commit fecbd5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/scenes/about/flag/flag.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const LeafMesh = ({
4343
return (
4444
<group scale={scale} position={position} rotation={[0, rotation || 0, 0]}>
4545
<mesh position={[0, 6, 0]} scale={scale}>
46-
{/* <extrudeGeometry args={[leaf, { depth: 2, bevelEnabled: false }]} /> */}
4746
<boxGeometry args={[22, 22, 2]} />
4847
<meshBasicMaterial color="#F0F0F0" />
4948
</mesh>
@@ -55,6 +54,10 @@ const LeafMesh = ({
5554
<shapeGeometry args={[leaf]} />
5655
<meshBasicMaterial color="#DD1010" />
5756
</mesh>
57+
<mesh scale={scale} position={[0, 0, 3.01]} rotation={[0, 0, 0]}>
58+
<shapeGeometry args={[leaf]} />
59+
<meshBasicMaterial color="#DD1010" />
60+
</mesh>
5861
</group>
5962
);
6063
};

0 commit comments

Comments
 (0)