nother specifier wrapper

This commit is contained in:
AzaezelX 2021-08-09 22:31:58 -05:00
parent 20e4f3c120
commit cd6e027d1f

View file

@ -1671,7 +1671,7 @@ void AssetImporter::processMaterialAsset(AssetImportObject* assetItem)
if(mat) if(mat)
{ {
//We found a match, so just modify our asset item's info to point against it. This will create the asset definition, but otherwise leave the material definition as-is. //We found a match, so just modify our asset item's info to point against it. This will create the asset definition, but otherwise leave the material definition as-is.
assetItem->filePath = mat->getFilename(); assetItem->filePath = (Torque::Path)(mat->getFilename());
} }
} }
else else