Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-blackbird committed Jun 2, 2022
1 parent 190bd5b commit 47cec47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/query/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ impl<Q: WorldQuery, F: WorldQuery> QueryState<Q, F> {
fetch.set_archetype(&self.fetch_state, archetype, tables);
filter.set_archetype(&self.filter_state, archetype, tables);
if filter.archetype_filter_fetch(location.index) {
func(fetch.archetype_fetch(location.index))
func(fetch.archetype_fetch(location.index));
}
}
}
Expand Down

0 comments on commit 47cec47

Please sign in to comment.