mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
nother specifier wrapper
This commit is contained in:
parent
20e4f3c120
commit
cd6e027d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue