From 7e2d7310282bbb0675f9693cd7652f4988672269 Mon Sep 17 00:00:00 2001 From: robtfm <50659922+robtfm@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:48:39 +0000 Subject: [PATCH] fmt --- crates/bevy_ui/src/focus.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/bevy_ui/src/focus.rs b/crates/bevy_ui/src/focus.rs index 95ae15c6bdbe4..11f93b87322ab 100644 --- a/crates/bevy_ui/src/focus.rs +++ b/crates/bevy_ui/src/focus.rs @@ -245,7 +245,6 @@ pub fn ui_focus_system( let node_rect = node.node.logical_rect(node.global_transform); - // The mouse position relative to the node // (0., 0.) is the top-left corner, (1., 1.) is the bottom-right corner // Coordinates are relative to the entire node, not just the visible region.