bevy/crates/bevy_ui/src/flex
Gabriel Bourgeois e41c5c212c Fix UI node Transform change detection (#4138)
# Objective

Fixes #4133 

## Solution

Add comparisons to make sure we don't dereference `Mut<>` in the two places where `Transform` is being mutated. `GlobalTransform` implementation already works properly so fixing Transform automatically fixed that as well.
2022-03-08 01:00:23 +00:00
..
convert.rs Use Explicit Names for Flex Direction (#2672) 2021-08-24 01:50:21 +00:00
mod.rs Fix UI node Transform change detection (#4138) 2022-03-08 01:00:23 +00:00