Fix camera ambiguity warning in IOS example (#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.
This commit is contained in:
Rob Parrett 2022-10-19 15:05:12 +00:00
parent c7fe4027a1
commit b2ca3fb8b5

View File

@ -90,7 +90,6 @@ fn setup_scene(
});
// Test ui
commands.spawn(Camera2dBundle::default());
commands
.spawn(ButtonBundle {
style: Style {