From 9f1bd84c82b0fa787557d2ab06fe49c340d314d5 Mon Sep 17 00:00:00 2001 From: Paul Hudson Date: Tue, 14 Jun 2022 13:24:48 +0100 Subject: [PATCH] Fixing warning in Xcode 14. --- ControlRoom/Simulator UI/ControlScreens/ScreenView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ControlRoom/Simulator UI/ControlScreens/ScreenView.swift b/ControlRoom/Simulator UI/ControlScreens/ScreenView.swift index 7e86045..6943547 100644 --- a/ControlRoom/Simulator UI/ControlScreens/ScreenView.swift +++ b/ControlRoom/Simulator UI/ControlScreens/ScreenView.swift @@ -69,7 +69,7 @@ struct ScreenView: View { Section(header: Text("Video").font(.headline)) { Picker("Format:", selection: $videoFormat) { - ForEach(0..