We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3bf35 commit d556358Copy full SHA for d556358
examples/stress_tests/many_glyphs.rs
@@ -89,7 +89,7 @@ fn setup(mut commands: Commands, args: Res<Args>) {
89
width: px(1000),
90
..Default::default()
91
})
92
- .with_child((Text(text_string.clone()), text_font.clone(), text_block));
+ .spawn_child((Text(text_string.clone()), text_font.clone(), text_block));
93
});
94
}
95
0 commit comments