summaryrefslogtreecommitdiff
path: root/ecs/examples/with_local.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-07-29 13:44:16 +0200
committerHampusM <hampus@hampusmat.com>2024-07-29 13:44:16 +0200
commit3c13cf569d7d65da1d194f559fca3e43b51b724c (patch)
treef7adc273e088c8620c3bb5b570bbcfb8e9c9a92d /ecs/examples/with_local.rs
parent519a0ce022c8ac8adc137e50d1d8aecbf77b4ca9 (diff)
docs(ecs): make examples work correctly
Diffstat (limited to 'ecs/examples/with_local.rs')
-rw-r--r--ecs/examples/with_local.rs2
1 files changed, 2 insertions, 0 deletions
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");