bevy/crates/bevy_ui
ickshonpe c0e4950e80 UI extraction order fix (#9099)
# Objective

Fixes #9097

## Solution

Reorder the `ExtractSchedule` so that the `extract_text_uinodes` and
`extract_uinode_borders` systems are run after `extract_atlas_uinodes`.

## Changelog

`bevy_ui::render`:
* Added the `ExtractAtlasNode` variant to `RenderUiSystem`.
* Changed `ExtractSchedule` so that `extract_uinode_borders` and
`extract_text_uinodes` run after `extract_atlas_uinodes`.
2023-08-09 18:03:08 -07:00
..
src UI extraction order fix (#9099) 2023-08-09 18:03:08 -07:00
Cargo.toml Release 0.11.0 (#9080) 2023-07-09 08:43:47 +00:00