pixijs/layers

Objects disappear when setting clearing parentGroup/parentLayer

ShukantPal opened this issue · 0 comments

This happens because _activeParentLayer does not get preemptively cleared when the stage updates the scene tree. That means the objects won't render as they are waiting for their layer to become active & render them.