Uncaught TypeError: this.applyRenderMixing is not a function
NotAmaan opened this issue · 4 comments
NotAmaan commented
Seems like a typo this.applyRenderMixing
gsotirov commented
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 ?
ivanpopelyshev commented
I dont know how I missed this issue. Can anyone make me a PR please? we should call that applyContainerRenderMixin
from above
gsotirov commented
@ivanpopelyshev Thanks for the quick response.
#76
ivanpopelyshev commented
OK, fixed another bug, try 1.0.8 please