From 166da477e761416a87ffd5fb8fc49ceaf7f53690 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 16 Jun 2026 17:23:05 +0200 Subject: feat(engine-ecs): impl component::Sequence for component::Parts arrays --- engine-ecs/src/actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine-ecs/src/actions.rs') diff --git a/engine-ecs/src/actions.rs b/engine-ecs/src/actions.rs index efef384..9e88011 100644 --- a/engine-ecs/src/actions.rs +++ b/engine-ecs/src/actions.rs @@ -69,7 +69,7 @@ impl Actions<'_> { debug_assert!(!entity_uid.is_pair()); - if Comps::COUNT == 0 { + if components.cnt() == 0 { return; } -- cgit v1.2.3-18-g5258