mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
further info by request
This commit is contained in:
parent
6495ee16c6
commit
5e8862dafc
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ bool ShapeAsset::loadShape()
|
||||||
|
|
||||||
if (!mShape)
|
if (!mShape)
|
||||||
{
|
{
|
||||||
Con::errorf("ShapeAsset::loadShape : failed to load shape file %s!", mFilePath);
|
Con::errorf("ShapeAsset::loadShape : failed to load shape file %s (%s)!", getAssetName(), mFilePath);
|
||||||
mLoadedState = BadFileReference;
|
mLoadedState = BadFileReference;
|
||||||
return false; //if it failed to load, bail out
|
return false; //if it failed to load, bail out
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue