Merge pull request #722 from Azaezel/alpha40/ambiguousRef

clean up ambiguous reference
This commit is contained in:
Brian Roberts 2022-01-22 13:16:13 -06:00 committed by GitHub
commit 656475deaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}
}