mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
修正:异步获取窗口方法GetUIAsync获取不到已显示的窗口
This commit is contained in:
@@ -562,11 +562,6 @@ namespace TEngine
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret.IsLoadDone)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
GetUIAsyncImp(callback).Forget();
|
GetUIAsyncImp(callback).Forget();
|
||||||
|
|
||||||
async UniTaskVoid GetUIAsyncImp(Action<T> ctx)
|
async UniTaskVoid GetUIAsyncImp(Action<T> ctx)
|
||||||
|
Reference in New Issue
Block a user