proper report formulation

This commit is contained in:
AzaezelX 2025-07-08 20:35:32 -05:00
parent 8ffe96a9a8
commit 192f997f26

View file

@ -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)