mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
72a6106f2e
# Objective - Entities with both a `BackgroundColor` and a `Handle<CustomUiMaterial>` are extracted by both pipelines and results in entities being overwritten in the render world - Fixes #10431 ## Solution - Ignore entities with `BackgroundColor` when extracting ui material entities, and document that limit |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |