|
@@ -380,7 +380,7 @@ var BABYLON = BABYLON || {};
|
|
|
|
|
|
result.emitter = newEmitter;
|
|
result.emitter = newEmitter;
|
|
if (this.particleTexture) {
|
|
if (this.particleTexture) {
|
|
- result.particleTexture = new BABYLON.Texture(this.particleTexture.name, this._scene);
|
|
|
|
|
|
+ result.particleTexture = new BABYLON.Texture(this.particleTexture.url, this._scene);
|
|
}
|
|
}
|
|
|
|
|
|
result.start();
|
|
result.start();
|