pixijs / layers

Separate the z-hierarchy of your scene tree from its canonical structure.
https://pixijs.io/layers/docs/
MIT License
220 stars 57 forks source link

Changed method call in applyParticleMixin #76

Closed gsotirov closed 2 years ago

gsotirov commented 2 years ago

Calling applyParticleMixin(ParticleContainer) throws an error, because it calls this.applyRenderMixing instead of applyContainerRenderMixin. Changed to applyContainerRenderMixin.