diff --git a/src/ParticleSystem.hx b/src/ParticleSystem.hx index 3d66375e..a350cf08 100644 --- a/src/ParticleSystem.hx +++ b/src/ParticleSystem.hx @@ -149,6 +149,7 @@ class Particle { this.part.r = this.color.r; this.part.g = this.color.g; this.part.b = this.color.b; + this.part.a = this.color.a; this.part.ratio = 1; this.part.size = this.scale / 2; }