Skip to content

Commit

Permalink
re-trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSWard committed Jun 20, 2021
1 parent b349a83 commit 77a6891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/commands/command_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl CommandQueue {
/// This clears the queue.
#[inline]
pub fn apply(&mut self, world: &mut World) {
// flush previously queued entities
// flush the previously queued entities
world.flush();

// SAFE: In the iteration below, `meta.func` will safely consume and drop each pushed command.
Expand Down

0 comments on commit 77a6891

Please sign in to comment.