Skip to content

Commit 460bc00

Browse files
committed
check
1 parent fa9f259 commit 460bc00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/utils.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ pub(crate) fn examples_plugin(app: &mut App) {
142142
.add_systems(
143143
PostStartup,
144144
(
145-
mark_default_ui_camera
146-
.run_if(not(any_with_component::<IsDefaultUiCamera>)),
145+
mark_default_ui_camera.run_if(not(any_with_component::<IsDefaultUiCamera>)),
147146
|world: &mut World| {
148147
let mut el = Column::<Node>::new()
149148
.align(Align::new().bottom().left())

0 commit comments

Comments
 (0)