David Catuhe 5 years ago
parent
commit
63787795f7
1 changed files with 0 additions and 1 deletions
  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.name = name;
         result._customEffect = custom;
         result._customEffect = custom;
 
 
-
         if (newEmitter === undefined) {
         if (newEmitter === undefined) {
             newEmitter = this.emitter;
             newEmitter = this.emitter;
         }
         }