mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 08:33:50 +00:00
Merge pull request #1520 from Azaezel/alpha41/consoleCleanup
proper report formulation
This commit is contained in:
commit
50d5560d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ bool ShapeBaseData::preload(bool server, String &errorStr)
|
|||
}
|
||||
}
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue