mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-23 17:20:12 +00:00
Update runtime code
优化调试信息的加载状态显示为文本。
This commit is contained in:
@@ -13,8 +13,8 @@ namespace YooAsset
|
||||
CheckBundle,
|
||||
Loading,
|
||||
Checking,
|
||||
Success,
|
||||
Fail,
|
||||
Succeed,
|
||||
Failed,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -80,7 +80,7 @@ namespace YooAsset
|
||||
{
|
||||
get
|
||||
{
|
||||
return Status == EStatus.Success || Status == EStatus.Fail;
|
||||
return Status == EStatus.Succeed || Status == EStatus.Failed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user