mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
2d90b2093a
# Objective - Fixes #11782. ## Solution - Remove the run condition for `apply_global_wireframe_material`, since it prevent detecting when meshes are added or the `NoWireframe` marker component is removed from an entity. Alternatively this could be done by using a run condition like "added `Handle<Mesh>` or removed `NoWireframe` or `WireframeConfig` changed" but this seems less clear to me than directly letting the queries on `apply_global_wireframe_material` do the filtering. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |