Fixing initialization of LyShin and removing a macro and ISystemEventListner that were not doing anything

This commit is contained in:
pappeste
2021-05-11 14:41:28 -07:00
parent b3ae71a5d8
commit 083849b444
7 changed files with 25 additions and 37 deletions
-5
View File
@@ -1393,11 +1393,6 @@ bool CSystem::InitShine([[maybe_unused]] const SSystemInitParams& initParams)
EBUS_EVENT(UiSystemBus, InitializeSystem);
if (!m_env.pLyShine)
{
AZ_Error(AZ_TRACE_SYSTEM_WINDOW, false, "LYShine System did not initialize correctly. Please check that the LyShine gem is enabled for this project in ProjectConfigurator.");
return false;
}
return true;
}