You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: