Merge pull request #222 from aws-lumberyard-dev/scripting/bug_fixes

Fixed Lua IDE startup
This commit is contained in:
Luis Sempé
2021-04-21 17:34:31 -07:00
committed by GitHub
@@ -192,6 +192,10 @@ namespace LegacyFramework
// if we're in console mode, listen for CTRL+C
::SetConsoleCtrlHandler(CTRL_BREAK_HandlerRoutine, true);
#endif
m_ptrCommandLineParser = aznew AzFramework::CommandLine();
m_ptrCommandLineParser->Parse(m_desc.m_argc, m_desc.m_argv);
// If we don't have one create a serialize context
if (GetSerializeContext() == nullptr)
{