Răsfoiți Sursa

further info by request

AzaezelX 4 ani în urmă
părinte
comite
5e8862dafc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Engine/source/T3D/assets/ShapeAsset.cpp

+ 1 - 1
Engine/source/T3D/assets/ShapeAsset.cpp

@@ -274,7 +274,7 @@ bool ShapeAsset::loadShape()
 
    if (!mShape)
    {
-      Con::errorf("ShapeAsset::loadShape : failed to load shape file %s!", mFilePath);
+      Con::errorf("ShapeAsset::loadShape : failed to load shape file %s (%s)!", getAssetName(), mFilePath);
       mLoadedState = BadFileReference;
       return false; //if it failed to load, bail out
    }