The @assets@ alias should not be set to an empty string.

This commit is contained in:
amzn-sj
2021-05-25 10:30:02 -07:00
parent e371d41688
commit 4bfc000974
@@ -679,7 +679,6 @@ namespace AzFramework
{
auto fileIoBase = m_archiveFileIO.get();
// Set up the default file aliases based on the settings registry
fileIoBase->SetAlias("@assets@", "");
fileIoBase->SetAlias("@root@", GetEngineRoot());
fileIoBase->SetAlias("@engroot@", GetEngineRoot());
fileIoBase->SetAlias("@projectroot@", GetEngineRoot());