diff options
author | HampusM <hampus@hampusmat.com> | 2025-09-23 18:33:01 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-09-23 18:33:01 +0200 |
commit | 463f5df64005e63142f1e05bc973dd81d7cd793f (patch) | |
tree | 32c53ac2f750b3288acb7e8d5a24f9b19097f843 | |
parent | 9ec5025bb99cd58231d256594504880cf7b19647 (diff) |
The &[Pair<Relation, Wildcard>] term should match entities that
have no pairs with relation "Relation". It's like it's a empty slice.
-rw-r--r-- | ecs/src/pair.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ecs/src/pair.rs b/ecs/src/pair.rs index 15092a0..caf55db 100644 --- a/ecs/src/pair.rs +++ b/ecs/src/pair.rs @@ -233,7 +233,6 @@ where terms_builder: &mut QueryTermsBuilder<MAX_TERM_CNT>, ) { - terms_builder.with_required([Pair::<Relation, Wildcard>::uid()]); } fn get_field<'world>( |