Skip to content

Commit 262b528

Browse files
authored
Fixed B0004 warning in bloom.rs. (#59)
1 parent 937555f commit 262b528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bloom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn setup(
4646

4747
// Add satellite
4848
commands
49-
.spawn(Transform::default())
49+
.spawn((Transform::default(), InheritedVisibility::default()))
5050
.insert(Rotates)
5151
.with_children(|parent| {
5252
parent.spawn((

0 commit comments

Comments
 (0)