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
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
if a entity exists for a very short time the dead entity will still be part of reactive "added" queries and getComponent in execute will return undefined. I assume dead entities should never be part of a query outside of "removed" reactive queries.
The text was updated successfully, but these errors were encountered:
totallyRonja
changed the title
creating and removing a entity in the same frame will add it to "added" reactive queries
creating and removing a entity in the same frame will add it to reactive queries
Feb 19, 2020
if a entity exists for a very short time the dead entity will still be part of reactive "added" queries and getComponent in execute will return undefined. I assume dead entities should never be part of a query outside of "removed" reactive queries.
The text was updated successfully, but these errors were encountered: