Commit ad6b92f
committed
fix: 修正异步资源加载成功状态检查条件
将 assetHandle.IsSucceed() 替换为更精确的 assetHandle.IsDone && assetHandle.Status == EOperationStatus.Succeed,避免在异步操作未完成时误判状态1 parent 47d8987 commit ad6b92f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments