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
Right now Query.withUpdated is conjunctive: all of the given components must be updated on an entity for it to enter the Reactor. We should have an additional field that provides disjunctive tracking of component updates
The text was updated successfully, but these errors were encountered:
Right now
Query.withUpdated
is conjunctive: all of the given components must be updated on an entity for it to enter theReactor
. We should have an additional field that provides disjunctive tracking of component updatesThe text was updated successfully, but these errors were encountered: