Skip to content

Commit a672424

Browse files
rparrettjames7132
authored andcommitted
Fix camera ambiguity warning in IOS example (bevyengine#6300)
# Objective Fix a camera ambiguity warning in the IOS example ## Solution I'm assuming that this was accidentally added when UI cameras stopped being a thing. So just delete the extra camera.
1 parent 273eb64 commit a672424

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ios/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ fn setup_scene(
9090
});
9191

9292
// Test ui
93-
commands.spawn(Camera2dBundle::default());
9493
commands
9594
.spawn(ButtonBundle {
9695
style: Style {

0 commit comments

Comments
 (0)