Skip to content

Commit 446dee4

Browse files
committed
apply buffers from the one off system (commands)
1 parent 3e3edab commit 446dee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_ecs/src/system/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ impl Command for RunSystem {
430430
fn write(mut self: Box<Self>, world: &mut World) {
431431
self.system.initialize(world);
432432
self.system.run((), world);
433+
self.system.apply_buffers(world);
433434
}
434435
}
435436

0 commit comments

Comments
 (0)