Skip to content

Commit

Permalink
Merge branch 'main' into oit-upstreaming
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Oct 3, 2024
2 parents 6850c83 + 0628255 commit c89cf12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bevy_dev_tools/src/ci_testing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ impl Plugin for CiTestingPlugin {
systems::send_events
.before(trigger_screenshots)
.before(bevy_window::close_when_requested)
.in_set(SendEvents),
.in_set(SendEvents)
.ambiguous_with_all(),
);

// The offending system does not exist in the wasm32 target.
Expand Down

0 comments on commit c89cf12

Please sign in to comment.