From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl
---
Main/System/Main/RightFuncInHome.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Main/RightFuncInHome.cs b/Main/System/Main/RightFuncInHome.cs
index e302d0b..6567afe 100644
--- a/Main/System/Main/RightFuncInHome.cs
+++ b/Main/System/Main/RightFuncInHome.cs
@@ -92,7 +92,7 @@
});
reviewBtn.AddListener(() =>
{
- UIManager.Instance.OpenWindow<GoodReviewWin>();
+ UIManager.Instance.OpenWindowAsync<GoodReviewWin>().Forget();
});
}
--
Gitblit v1.8.0