From 7231e00507502662c59cc24e06b19f013e45a6cb Mon Sep 17 00:00:00 2001 From: Tymon Date: Mon, 14 Nov 2022 13:44:29 +0000 Subject: [PATCH] Note about flex in `Style` docs (#6616) # Objective - Fixes #6606 ## Solution - Deleted the note Bevy's UI being upside down since it's no longer true as of version 0.9.0 --- crates/bevy_ui/src/ui_node.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/bevy_ui/src/ui_node.rs b/crates/bevy_ui/src/ui_node.rs index af7aec01b4..5c90410471 100644 --- a/crates/bevy_ui/src/ui_node.rs +++ b/crates/bevy_ui/src/ui_node.rs @@ -190,9 +190,6 @@ impl Val { /// Describes the style of a UI node /// /// It uses the [Flexbox](https://cssreference.io/flexbox/) system. -/// -/// **Note:** Bevy's UI is upside down compared to how Flexbox normally works, to stay consistent with engine paradigms about layouting from -/// the upper left corner of the display #[derive(Component, Clone, PartialEq, Debug, Reflect)] #[reflect(Component, Default, PartialEq)] pub struct Style {