Browse Source

proper report formulation

AzaezelX 2 months ago
parent
commit
192f997f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/T3D/shapeBase.cpp

+ 1 - 1
Engine/source/T3D/shapeBase.cpp

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