Skip to content

Commit

Permalink
make fetch_table safe
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Jan 13, 2023
1 parent 40bd782 commit 49e33a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/world/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ impl World {
}

#[inline]
unsafe fn fetch_table(
fn fetch_table(
&self,
location: EntityLocation,
component_id: ComponentId,
Expand Down

0 comments on commit 49e33a5

Please sign in to comment.