Skip to content

Commit

Permalink
small change for unmutable components
Browse files Browse the repository at this point in the history
  • Loading branch information
Trashtalk217 committed Dec 7, 2024
1 parent a73d7e1 commit 9075794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stress_tests/many_components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ fn stress_test(num_entities: u32, num_components: u32, num_systems: u32) {
StorageType::Table,
Layout::new::<u8>(),
None,
true, // is mutable
)
},
)
Expand Down

0 comments on commit 9075794

Please sign in to comment.