From b2ca3fb8b586a6b949979cf66527c878d305233a Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Wed, 19 Oct 2022 15:05:12 +0000 Subject: [PATCH] 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. --- examples/ios/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ios/src/lib.rs b/examples/ios/src/lib.rs index db9636d7cf..aca39c99a5 100644 --- a/examples/ios/src/lib.rs +++ b/examples/ios/src/lib.rs @@ -90,7 +90,6 @@ fn setup_scene( }); // Test ui - commands.spawn(Camera2dBundle::default()); commands .spawn(ButtonBundle { style: Style {