David Catuhe 5 年之前
父节点
当前提交
63787795f7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Particles/gpuParticleSystem.ts

+ 0 - 1
src/Particles/gpuParticleSystem.ts

@@ -1691,7 +1691,6 @@ export class GPUParticleSystem extends BaseParticleSystem implements IDisposable
         result.name = name;
         result._customEffect = custom;
 
-
         if (newEmitter === undefined) {
             newEmitter = this.emitter;
         }