Skip to content

Commit d556358

Browse files
committed
Missing replacement
1 parent ae3bf35 commit d556358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stress_tests/many_glyphs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fn setup(mut commands: Commands, args: Res<Args>) {
8989
width: px(1000),
9090
..Default::default()
9191
})
92-
.with_child((Text(text_string.clone()), text_font.clone(), text_block));
92+
.spawn_child((Text(text_string.clone()), text_font.clone(), text_block));
9393
});
9494
}
9595

0 commit comments

Comments
 (0)