diff --git a/src/core/particles/ParticleContainer.js b/src/core/particles/ParticleContainer.js index cb2c8ea..28e1a62 100644 --- a/src/core/particles/ParticleContainer.js +++ b/src/core/particles/ParticleContainer.js @@ -24,7 +24,7 @@ * @extends Container * @memberof PIXI * - * @param size {number} The number of images in the SpriteBatch before it flushes. + * @param [size=15000] {number} The number of images in the SpriteBatch before it flushes. * @param [properties] {object} The properties of children that should be uploaded to the gpu and applied. * @param [properties.scale=false] {boolean} When true, scale be uploaded and applied. * @param [properties.position=true] {boolean} When true, position be uploaded and applied.