From 93f764e1003bb6f35b56b7b91a73ae0ca80282c9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 10 Aug 2024 18:50:45 +0200 Subject: refactor(ecs): create archetype lookup entries on-the-go --- ecs/examples/with_sole.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ecs/examples/with_sole.rs') diff --git a/ecs/examples/with_sole.rs b/ecs/examples/with_sole.rs index 6dec271..a387bea 100644 --- a/ecs/examples/with_sole.rs +++ b/ecs/examples/with_sole.rs @@ -53,8 +53,6 @@ fn main() world.add_sole(AmmoCounter::default()).unwrap(); - world.prepare(); - world.emit(EventA); world.emit(EventB); -- cgit v1.2.3-18-g5258