From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl
---
Main/System/Settlement/BattleSettlementManager.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Settlement/BattleSettlementManager.cs b/Main/System/Settlement/BattleSettlementManager.cs
index 4b74d1b..c8169af 100644
--- a/Main/System/Settlement/BattleSettlementManager.cs
+++ b/Main/System/Settlement/BattleSettlementManager.cs
@@ -110,11 +110,11 @@
case BattleConst.QYBattleField:
if (isWin)
{
- UIManager.Instance.OpenWindow<QYBattleVictoryWin>();
+ UIManager.Instance.OpenWindowAsync<QYBattleVictoryWin>().Forget();
}
else
{
- UIManager.Instance.OpenWindow<QYBattleFailWin>();
+ UIManager.Instance.OpenWindowAsync<QYBattleFailWin>().Forget();
}
break;
default:
--
Gitblit v1.8.0