Open NotAmaan opened 3 years ago
I've encountered a problem with this part as well.
When you call applyParticleMixin(ParticleContainer)
it throws an error. It doesn't like the this
in this.applyRenderMixing
@ivanpopelyshev ?
I dont know how I missed this issue. Can anyone make me a PR please? we should call that applyContainerRenderMixin
from above
@ivanpopelyshev Thanks for the quick response. https://github.com/pixijs/layers/pull/76
OK, fixed another bug, try 1.0.8 please
Seems like a typo this.applyRenderMixing
https://github.com/pixijs/pixi-layers/blob/d8a2d9dba0e1fdac3169bf35473725143360e6ff/src/DisplayMixin.ts#L118