Merge pull request #2314 from aws-lumberyard-dev/CherryPickPR2313
Cherry-Pick: Fixed RootAssetBrowserEntry setting of child AssetBrowserEntries
This commit is contained in:
+1
-1
@@ -399,7 +399,7 @@ namespace AzToolsFramework
|
||||
void RootAssetBrowserEntry::UpdateChildPaths(AssetBrowserEntry* child) const
|
||||
{
|
||||
child->m_relativePath = child->m_name;
|
||||
child->m_fullPath = child->m_name;
|
||||
child->m_fullPath = m_fullPath / child->m_name;
|
||||
AssetBrowserEntry::UpdateChildPaths(child);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user