From ee9155b332453bc050e3ad032967fa78e897bdae Mon Sep 17 00:00:00 2001 From: hawkeye Date: Wed, 2 Aug 2023 00:03:20 -0400 Subject: [PATCH] Update timing code --- Orchestration/PanelPopOutOrchestrator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orchestration/PanelPopOutOrchestrator.cs b/Orchestration/PanelPopOutOrchestrator.cs index 7f52f9b..b252e8e 100644 --- a/Orchestration/PanelPopOutOrchestrator.cs +++ b/Orchestration/PanelPopOutOrchestrator.cs @@ -186,8 +186,8 @@ namespace MSFSPopoutPanelManager.Orchestration // Remember current game's zoom level to be recall after pop out _prePopOutCockpitZoomLevel = _flightSimData.CockpitCameraZoom; InputEmulationManager.LoadCustomView(AppSetting.PopOutSetting.AutoPanning.KeyBinding); - Thread.Sleep(1000); FlightSimOrchestrator.SetCockpitCameraZoomLevel(50); + Thread.Sleep(1000); StatusMessageWriter.WriteOkStatusMessage(); } });