Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove redundant query parameters (bevyengine#4945)
# Objective In the `queue_custom` system in `shader_instancing` example, the query of `material_meshes` has a redundant `With<Handle<Mesh>>` query filter because `Handle<Mesh>` is included in the component access. ## Solution Remove the `With<Handle<Mesh>>` filter
- Loading branch information