diff --git a/src/core/particles/ParticleContainer.js b/src/core/particles/ParticleContainer.js index d468e07..52028fd 100644 --- a/src/core/particles/ParticleContainer.js +++ b/src/core/particles/ParticleContainer.js @@ -320,7 +320,7 @@ if (this._buffers) { for (var i = 0; i < this._buffers.length; ++i) { - this._buffers.destroy(); + this._buffers[i].destroy(); } }