Przeglądaj źródła

proper report formulation

AzaezelX 2 miesięcy temu
rodzic
commit
192f997f26
1 zmienionych plików z 1 dodań i 1 usunięć
  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)