Skip to content

Commit

Permalink
Update crates/bevy_ui/src/layout/ui_surface.rs
Browse files Browse the repository at this point in the history
Co-authored-by: UkoeHB <[email protected]>
  • Loading branch information
ickshonpe and UkoeHB authored Dec 23, 2024
1 parent 5648213 commit d3408f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_ui/src/layout/ui_surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ impl UiSurface {
width: taffy::style::AvailableSpace::Definite(render_target_resolution.x as f32),
height: taffy::style::AvailableSpace::Definite(render_target_resolution.y as f32),
};
self.taffy.enable_rounding();
for root_nodes in camera_root_nodes {
self.taffy
.compute_layout_with_measure(
Expand Down

0 comments on commit d3408f2

Please sign in to comment.