From cb018a575005f873135fab3201d1bf6d408e2b6a Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 18 九月 2025 14:50:31 +0800
Subject: [PATCH] 125 【战斗】战斗系统 技能表现修改

---
 Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs b/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs
index 08a5bcf..51b4576 100644
--- a/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs
+++ b/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs
@@ -61,6 +61,11 @@
 
     public void UpdateLayer()
     {
+        for (int i = 0; i < effectPlayers.Count; i++)
+        {
+            effectPlayers[i].SetActive(isFront);
+        }
+
         int order = isFront ? BattleConst.ActiveHeroSortingOrder : BattleConst.UnactiveHeroSortingOrder;
         SetSortingOrder(order);
     }

--
Gitblit v1.8.0