From 3c13cf569d7d65da1d194f559fca3e43b51b724c Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 29 Jul 2024 13:44:16 +0200 Subject: docs(ecs): make examples work correctly --- ecs/examples/with_local.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecs/examples/with_local.rs') diff --git a/ecs/examples/with_local.rs b/ecs/examples/with_local.rs index 5890b90..0d5e366 100644 --- a/ecs/examples/with_local.rs +++ b/ecs/examples/with_local.rs @@ -69,6 +69,8 @@ fn main() world.create_entity((SomeData { num: 345 },)); + world.prepare(); + world.emit(Update); println!("Haha"); -- cgit v1.2.3-18-g5258