From 8d76fe6be211dfc8fc57d4e2f7e312e757ca899c Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 24 Sep 2025 14:41:50 +0200 Subject: refactor(ecs): improve pair with wildcard API --- ecs/examples/relationship.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecs/examples/relationship.rs') diff --git a/ecs/examples/relationship.rs b/ecs/examples/relationship.rs index 6ad08e7..dd2f77a 100644 --- a/ecs/examples/relationship.rs +++ b/ecs/examples/relationship.rs @@ -25,7 +25,7 @@ fn print_player_stats(player_query: Query<(&Player, &Health, Pair() .expect("Sword entity is missing sword component"); -- cgit v1.2.3-18-g5258