mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
helps to report which asse...
This commit is contained in:
parent
91d843b8bd
commit
6ce2d4cd9e
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ void ShapeAsset::initializeAsset()
|
||||||
|
|
||||||
mConstructorFilePath = getOwned() ? expandAssetFilePath(mConstructorFileName) : mConstructorFilePath;
|
mConstructorFilePath = getOwned() ? expandAssetFilePath(mConstructorFileName) : mConstructorFilePath;
|
||||||
if (!Torque::FS::IsFile(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;
|
mDiffuseImposterPath = getOwned() ? expandAssetFilePath(mDiffuseImposterFileName) : mDiffuseImposterFileName;
|
||||||
if (mDiffuseImposterPath == StringTable->EmptyString())
|
if (mDiffuseImposterPath == StringTable->EmptyString())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue