summaryrefslogtreecommitdiff
path: root/ecs/examples/with_sole.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_sole.rs
parent519a0ce022c8ac8adc137e50d1d8aecbf77b4ca9 (diff)
docs(ecs): make examples work correctly
Diffstat (limited to 'ecs/examples/with_sole.rs')
-rw-r--r--ecs/examples/with_sole.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecs/examples/with_sole.rs b/ecs/examples/with_sole.rs
index a387bea..6dec271 100644
--- a/ecs/examples/with_sole.rs
+++ b/ecs/examples/with_sole.rs
@@ -53,6 +53,8 @@ fn main()
world.add_sole(AmmoCounter::default()).unwrap();
+ world.prepare();
+
world.emit(EventA);
world.emit(EventB);