mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +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)
|
private void OnLoadAssetFailure(string assetName, LoadResourceStatus status, string errormessage, object userdata)
|
||||||
{
|
{
|
||||||
_assetLoadingList.Remove(assetName);
|
_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)
|
private void OnLoadAssetSuccess(string assetName, object asset, float duration, object userdata)
|
||||||
|
Reference in New Issue
Block a user