mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ResourceExtComponent.Resource.cs
typo
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user