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);