We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a580edb commit 6114896Copy full SHA for 6114896
src/plugin/plugin.rs
@@ -537,15 +537,7 @@ mod test {
537
538
// render only + remove entities
539
app.update();
540
- // Fixed Update hasn´t run yet, so it's a risk of not having caught the removed event, which will be cleaned next frame.
541
- app.update();
542
- // render + physics
543
544
- // render only
545
546
547
548
+ // Fixed Update hasn´t run yet, so it's a risk of not having caught the bevy removed event, which will be cleaned next frame.
549
550
let context = app
551
.world_mut()
0 commit comments