fix: Repair Gate.tsx component to fix TypeScript build error

This commit is contained in:
Pixel
2026-03-15 13:50:25 +01:00
parent 564c824637
commit c26dd65433
+2 -3
View File
@@ -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>
); );
} }