Change SerializeContextTools into a ToolsApplication so that it can correctly read in slice data

This commit is contained in:
Mike Balfour
2021-05-12 16:03:52 -05:00
committed by GitHub
7 changed files with 63 additions and 15 deletions
@@ -1304,7 +1304,7 @@ namespace AZ
// Add all auto loadable non-asset gems to the list of gem modules to load
if (!moduleLoadData.m_autoLoad)
{
break;
continue;
}
for (AZ::OSString& dynamicLibraryPath : moduleLoadData.m_dynamicLibraryPaths)
{