From bbb7a81a92b41da5ae49690492facde03799f156 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 07 五月 2026 18:00:06 +0800
Subject: [PATCH] webgl1

---
 Main/System/HeroDebut/HeroDebutManager.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/HeroDebut/HeroDebutManager.cs b/Main/System/HeroDebut/HeroDebutManager.cs
index baa2f25..0935c63 100644
--- a/Main/System/HeroDebut/HeroDebutManager.cs
+++ b/Main/System/HeroDebut/HeroDebutManager.cs
@@ -1203,11 +1203,11 @@
 
         if (showGiftType == 1)
         {
-            UIManager.Instance.OpenWindow<HeroDebutZhanLingPreviewWin>();
+            UIManager.Instance.OpenWindowAsync<HeroDebutZhanLingPreviewWin>().Forget();
         }
         else if (showGiftType == 2)
         {
-            UIManager.Instance.OpenWindow<HeroDebutZhanLingPreviewHWin>();
+            UIManager.Instance.OpenWindowAsync<HeroDebutZhanLingPreviewHWin>().Forget();
         }
     }
 

--
Gitblit v1.8.0