diff --git a/packages/core/src/particle/enums/ParticleScaleMode.ts b/packages/core/src/particle/enums/ParticleScaleMode.ts index 86d517966..b3ec3a3fe 100644 --- a/packages/core/src/particle/enums/ParticleScaleMode.ts +++ b/packages/core/src/particle/enums/ParticleScaleMode.ts @@ -6,6 +6,6 @@ export enum ParticleScaleMode { World, /** Scale the Particle Generator using only its own transform scale, ignoring parent scale. */ Local, - /** Only scale the emission shape, particles themselves are not affected. */ + /** Scale only the emitter shape positions; particle size and movement are unaffected. */ Shape }