From 16e52807a9bf5f89dec5a92ff98a8f60370561c6 Mon Sep 17 00:00:00 2001 From: Nicola Papale Date: Mon, 10 Jul 2023 16:57:26 +0200 Subject: [PATCH] Remove out-of-date paragraph in `Style::border` --- crates/bevy_ui/src/ui_node.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/bevy_ui/src/ui_node.rs b/crates/bevy_ui/src/ui_node.rs index 2e7a77fbecb6b..7a41270eeb0e6 100644 --- a/crates/bevy_ui/src/ui_node.rs +++ b/crates/bevy_ui/src/ui_node.rs @@ -496,8 +496,6 @@ pub struct Style { /// /// The size of the node will be expanded if there are constraints that prevent the layout algorithm from placing the border within the existing node boundary. /// - /// Rendering for borders is not yet implemented. - /// /// pub border: UiRect,