From 25eb0e50d4e815efb16d1a9953beac6ea1c7cfc3 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期六, 28 三月 2026 10:14:32 +0800
Subject: [PATCH] webgl merge
---
Assets/Editor/UI/UIAdjustEditor.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Assets/Editor/UI/UIAdjustEditor.cs b/Assets/Editor/UI/UIAdjustEditor.cs
index e83353d..610fc27 100644
--- a/Assets/Editor/UI/UIAdjustEditor.cs
+++ b/Assets/Editor/UI/UIAdjustEditor.cs
@@ -28,7 +28,7 @@
{
if (Application.isPlaying && !string.IsNullOrEmpty(uiName))
{
- UIManager.Instance.OpenWindow(uiName).Forget();
+ UIManager.Instance.OpenWindowAsync(uiName).Forget();
}
else
{
--
Gitblit v1.8.0