Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
vil-mo committed Dec 3, 2024
1 parent f7ec97e commit 5b71910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/function_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl SystemMeta {
/// Used internally to statically check if systems have conflicting access.
#[inline]
pub fn component_access_set_mut(&mut self) -> &mut FilteredAccessSet<ComponentId> {
&mut self.component_access
&mut self.component_access_set
}
}

Expand Down

0 comments on commit 5b71910

Please sign in to comment.