Skip to content

Commit 9068d00

Browse files
committed
af
1 parent 9a8c75e commit 9068d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/world.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ fn main() {
1515
.add_systems(Startup, setup)
1616
.add_systems(
1717
Update,
18-
toggle_visibility.run_if(any_with_component::<InspectorMarker>.and(resource_changed::<ButtonInput<KeyCode>>)),
18+
toggle_visibility.run_if(
19+
any_with_component::<InspectorMarker>.and(resource_changed::<ButtonInput<KeyCode>>),
20+
),
1921
)
2022
.run();
2123
}

0 commit comments

Comments
 (0)