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

Uncaught TypeError: this.applyRenderMixing is not a function #73

Open NotAmaan opened 3 years ago

NotAmaan commented 3 years ago

Seems like a typo this.applyRenderMixing

https://github.com/pixijs/pixi-layers/blob/d8a2d9dba0e1fdac3169bf35473725143360e6ff/src/DisplayMixin.ts#L118

gsotirov commented 2 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 image @ivanpopelyshev ?

ivanpopelyshev commented 2 years ago

I dont know how I missed this issue. Can anyone make me a PR please? we should call that applyContainerRenderMixin from above

gsotirov commented 2 years ago

@ivanpopelyshev Thanks for the quick response. https://github.com/pixijs/layers/pull/76

ivanpopelyshev commented 2 years ago

OK, fixed another bug, try 1.0.8 please