Skip to content

Commit

Permalink
Fix camera ambiguity warning in IOS example (bevyengine#6300)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
rparrett authored and ItsDoot committed Feb 1, 2023
1 parent 5d1405d commit 97aacc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ios/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ fn setup_scene(
});

// Test ui
commands.spawn(Camera2dBundle::default());
commands
.spawn(ButtonBundle {
style: Style {
Expand Down

0 comments on commit 97aacc5

Please sign in to comment.