fix: Repair Gate.tsx component to fix TypeScript build error
This commit is contained in:
@@ -33,9 +33,7 @@ function ParticleRing() {
|
|||||||
<bufferGeometry>
|
<bufferGeometry>
|
||||||
<bufferAttribute
|
<bufferAttribute
|
||||||
attach="attributes-position"
|
attach="attributes-position"
|
||||||
count={particleCount}
|
args={[positions, 3]}
|
||||||
array={positions}
|
|
||||||
itemSize={3}
|
|
||||||
/>
|
/>
|
||||||
</bufferGeometry>
|
</bufferGeometry>
|
||||||
<pointsMaterial
|
<pointsMaterial
|
||||||
@@ -61,3 +59,4 @@ export default function Gate() {
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user