소스 검색

Merge pull request #6840 from ycw/patch-1

dedupe
David Catuhe 6 년 전
부모
커밋
71caac5458
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/Particles/gpuParticleSystem.ts

+ 0 - 4
src/Particles/gpuParticleSystem.ts

@@ -1494,10 +1494,6 @@ export class GPUParticleSystem extends BaseParticleSystem implements IDisposable
         }
 
         result.noiseTexture = this.noiseTexture;
-        result.emitter = newEmitter;
-        if (this.particleTexture) {
-            result.particleTexture = new Texture(this.particleTexture.url, this._scene);
-        }
 
         // Clone gradients
         if (this._colorGradients) {