We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
world.flush()
1 parent 6adae04 commit 8009dd7Copy full SHA for 8009dd7
crates/bevy_ecs/src/observer/entity_cloning.rs
@@ -95,7 +95,6 @@ mod tests {
95
.spawn_empty()
96
.observe(|_: On<E>, mut res: ResMut<Num>| res.0 += 1)
97
.id();
98
- world.flush();
99
100
world.trigger(E(e));
101
0 commit comments