We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bloom.rs
1 parent 937555f commit 262b528Copy full SHA for 262b528
1 file changed
examples/bloom.rs
@@ -46,7 +46,7 @@ fn setup(
46
47
// Add satellite
48
commands
49
- .spawn(Transform::default())
+ .spawn((Transform::default(), InheritedVisibility::default()))
50
.insert(Rotates)
51
.with_children(|parent| {
52
parent.spawn((
0 commit comments