From f193d6222ba7572be733d53630f22191c0506c80 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 9 Jul 2026 01:54:02 +0200 Subject: feat(engine-ecs): create component info entity for components without type reflection --- engine-ecs/src/component.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine-ecs/src/component.rs') diff --git a/engine-ecs/src/component.rs b/engine-ecs/src/component.rs index aee4904..30869b5 100644 --- a/engine-ecs/src/component.rs +++ b/engine-ecs/src/component.rs @@ -370,7 +370,7 @@ impl Default for PartsBuilder #[non_exhaustive] pub struct Info { - pub type_reflection: &'static crate::reflection::Type, + pub type_reflection: Option<&'static crate::reflection::Type>, pub ty_id: TypeId, pub name: &'static str, } -- cgit v1.2.3-18-g5258