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:
parent
c7fe4027a1
commit
b2ca3fb8b5
@ -90,7 +90,6 @@ fn setup_scene(
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Test ui
|
// Test ui
|
||||||
commands.spawn(Camera2dBundle::default());
|
|
||||||
commands
|
commands
|
||||||
.spawn(ButtonBundle {
|
.spawn(ButtonBundle {
|
||||||
style: Style {
|
style: Style {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user