From 9ec7c5e30f414d5d5f38bb6ae0b3e1dd5b084972 Mon Sep 17 00:00:00 2001 From: RGCHN Date: Thu, 13 Feb 2025 14:22:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/effects-core/src/plugins/particle/particle-system.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/effects-core/src/plugins/particle/particle-system.ts b/packages/effects-core/src/plugins/particle/particle-system.ts index 1d72f025..a5444d6d 100644 --- a/packages/effects-core/src/plugins/particle/particle-system.ts +++ b/packages/effects-core/src/plugins/particle/particle-system.ts @@ -548,7 +548,6 @@ export class ParticleSystem extends Component { if (options.removeParticle) { renderer.removeParticlePoint(pointIndex); this.clearPointTrail(pointIndex); - // link.removeNode(node); // TODO: 会多移除一个粒子,为了通过帧对比先保留,等 2.0 合到主分支后移除。 node.content = [0] as unknown as ParticleContent; } hitPositions.push(pos);