clean up ambiguous reference

This commit is contained in:
AzaezelX 2022-01-22 03:27:22 -06:00
parent 3b12fefdf1
commit eeff4d858a

View file

@ -2100,7 +2100,7 @@ void AssetImporter::processShapeMaterialInfo(AssetImportObject* assetItem, S32 m
if (imgFileName.isNotEmpty())
filePath = imgFileName;
else
filePath = ""; //no luck, so we just won't try importing in the image
filePath = Torque::Path(""); //no luck, so we just won't try importing in the image
}
}