From 8e86623ee60aca8519fa8ce02756d6671320b21e Mon Sep 17 00:00:00 2001 From: Chris Galvan Date: Fri, 2 Jul 2021 13:13:17 -0500 Subject: [PATCH] Fixed compile issue from merge error Signed-off-by: Chris Galvan --- Code/Editor/CryEdit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Editor/CryEdit.cpp b/Code/Editor/CryEdit.cpp index d05b2fc2ce..9e7bd00217 100644 --- a/Code/Editor/CryEdit.cpp +++ b/Code/Editor/CryEdit.cpp @@ -2334,6 +2334,7 @@ int CCryEditApp::IdleProcessing(bool bBackgroundUpdate) } GetIEditor()->Notify(eNotify_OnIdleUpdate); + } AZ::ComponentApplication* componentApplication = nullptr; AZ::ComponentApplicationBus::BroadcastResult(componentApplication, &AZ::ComponentApplicationRequests::GetApplication);