Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Jan 9, 2024
1 parent b6bbc15 commit 7e2d731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_ui/src/focus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e2d731

Please sign in to comment.