mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
proper report formulation
This commit is contained in:
parent
8ffe96a9a8
commit
192f997f26
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ bool ShapeBaseData::preload(bool server, String &errorStr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Con::errorf("ShapeBaseData::preload -%s failed: %s", mShapeAsset.getAssetId(), ShapeAsset::getAssetErrstrn(assetStatus));
|
Con::errorf("ShapeBaseData::preload -%s failed: %s", mShapeAsset.getAssetId(), ShapeAsset::getAssetErrstrn(assetStatus).c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!server)
|
if(!server)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue