mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
e528b63e11
# Objective the code in these fns are always identical so stop having two functions ## Solution make them the same function --- ## Changelog change `matches_archetype` and `matches_table` to `fn matches_component_set(&self, &SparseArray<ComponentId, usize>) -> bool` then do extremely boring updating of all `FetchState` impls ## Migration Guide - move logic of `matches_archetype` and `matches_table` into `matches_component_set` in any manual `FetchState` impls |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |