Merge branch 'development' into cmake/linux_fix_warn_unused
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -1609,6 +1609,9 @@ AZ_POP_DISABLE_WARNING
|
||||
// Send out EBus event
|
||||
EBUS_EVENT(CrySystemEventBus, OnCrySystemInitialized, *this, startupParams);
|
||||
|
||||
// Execute any deferred commands that uses the CVar commands that were just registered
|
||||
AZ::Interface<AZ::IConsole>::Get()->ExecuteDeferredConsoleCommands();
|
||||
|
||||
// Verify that the Maestro Gem initialized the movie system correctly. This can be removed if and when Maestro is not a required Gem
|
||||
if (gEnv->IsEditor() && !gEnv->pMovieSystem)
|
||||
{
|
||||
@@ -1624,7 +1627,7 @@ AZ_POP_DISABLE_WARNING
|
||||
|
||||
m_bInitializedSuccessfully = true;
|
||||
|
||||
return (true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user