pixijs / layers

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

Minor fix to avoid an unnecessary warning message. #18

Closed namark closed 7 years ago

namark commented 7 years ago

I was getting a deprecation warning about the ParticleContainer being moved, using pixi 4.4.2, and I think this should fix that without any issues.