Skip to content

Commit

Permalink
Remove redundant TextLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
bushrat011899 committed Feb 26, 2025
1 parent 90b73eb commit b701549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/2d/system_fonts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
font_size: 50.0,
..default()
},
TextLayout::new_with_justify(JustifyText::Center),
FontName,
));
}
Expand Down

0 comments on commit b701549

Please sign in to comment.