From 9dfd0a9ef9a54dab5fb88ed9158bd4184212008e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 2 May 2026 18:47:18 +0200 Subject: fix(ecs): make system with local comps not low/high priority in run order --- ecs/src/pair.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecs/src/pair.rs') diff --git a/ecs/src/pair.rs b/ecs/src/pair.rs index b4bfa57..0d353e3 100644 --- a/ecs/src/pair.rs +++ b/ecs/src/pair.rs @@ -460,13 +460,13 @@ impl<'world, Relation, Target> WithWildcard<'world, Relation, Target> } } -impl WithWildcard<'_, Relation, Wildcard> +impl<'world, Relation> WithWildcard<'world, Relation, Wildcard> where Relation: Component, { /// Attempts to retrieve the target as a entity, returning `None` if not found. #[must_use] - pub fn get_target_ent(&self) -> Option> + pub fn get_target_ent(&self) -> Option> { let archetype = self .world -- cgit v1.2.3-18-g5258