Fixes for rebasing

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-20 16:05:55 -08:00
parent 4800aebe65
commit 44c6ca294d
3 changed files with 4 additions and 3 deletions
+3
View File
@@ -461,6 +461,9 @@ bool CSystem::IsQuitting() const
bool wasExitMainLoopRequested = false;
AzFramework::ApplicationRequests::Bus::BroadcastResult(wasExitMainLoopRequested, &AzFramework::ApplicationRequests::WasExitMainLoopRequested);
return wasExitMainLoopRequested;
}
//////////////////////////////////////////////////////////////////////////
ISystem* CSystem::GetCrySystem()
{
return this;