Update ResourceExtComponent.Resource.cs

typo
This commit is contained in:
Alex-Rachel
2025-01-22 09:27:42 +08:00
parent 634a392a1f
commit df25a1adad

View File

@@ -20,7 +20,7 @@ namespace TEngine
private void OnLoadAssetFailure(string assetName, LoadResourceStatus status, string errormessage, object userdata)
{
_assetLoadingList.Remove(assetName);
Log.Error("Can not load asset from '{1}' with error message '{2}'.", assetName, errormessage);
Log.Error("Can not load asset from '{0}' with error message '{1}'.", assetName, errormessage);
}
private void OnLoadAssetSuccess(string assetName, object asset, float duration, object userdata)