helps to report which asse...

This commit is contained in:
AzaezelX 2022-09-20 16:08:36 -05:00
parent 91d843b8bd
commit 6ce2d4cd9e

View file

@ -209,7 +209,7 @@ void ShapeAsset::initializeAsset()
mConstructorFilePath = getOwned() ? expandAssetFilePath(mConstructorFileName) : mConstructorFilePath;
if (!Torque::FS::IsFile(mConstructorFilePath))
Con::errorf("ShapeAsset::initializeAsset could not find %s!", mConstructorFilePath);
Con::errorf("ShapeAsset::initializeAsset (%s) could not find %s!", getAssetName(), mConstructorFilePath);
mDiffuseImposterPath = getOwned() ? expandAssetFilePath(mDiffuseImposterFileName) : mDiffuseImposterFileName;
if (mDiffuseImposterPath == StringTable->EmptyString())
{