Skip to content

Commit

Permalink
Fix font atlas debug example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisCode committed Nov 7, 2020
1 parent d42f438 commit 9ead2bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/ui/font_atlas_debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>, mut state: ResM
commands
.spawn(UiCameraComponents::default())
.spawn(TextComponents {
style: Style {
size: Size::new(Val::Px(250.0), Val::Px(60.0)),
..Default::default()
},
text: Text {
value: "a".to_string(),
font: font_handle,
Expand Down

0 comments on commit 9ead2bd

Please sign in to comment.