From 45d3d873a7740886fa09f35c9fea2830f4563072 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 11 二月 2026 11:04:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/System/Battle/UIComp/BattleFloatingUIController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Battle/UIComp/BattleFloatingUIController.cs b/Main/System/Battle/UIComp/BattleFloatingUIController.cs
index bc1f775..56d474d 100644
--- a/Main/System/Battle/UIComp/BattleFloatingUIController.cs
+++ b/Main/System/Battle/UIComp/BattleFloatingUIController.cs
@@ -141,7 +141,7 @@
/// </summary>
public void Run()
{
- if (!gameObject.activeSelf || !ValidateConfig())
+ if (!ValidateConfig())
return;
// 妫�鏌ユ槸鍚﹀畬鎴�
--
Gitblit v1.8.0