Skip to content

Commit

Permalink
chore: 移除注释代码
Browse files Browse the repository at this point in the history
  • Loading branch information
RGCHN committed Feb 13, 2025
1 parent 4d062a9 commit 9ec7c5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9ec7c5e

Please sign in to comment.