From 8581fb56f1bc0ad0c396a9f689be14e94e6ca00b Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期日, 28 九月 2025 19:57:19 +0800 Subject: [PATCH] 125 战斗 1.战斗层级无效问题 2.连击不回原位就直接开打的问题 3.特效延迟销毁问题 4.部分技能使用之后会卡死的问题 --- Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs b/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs index 036b165..7e0eed3 100644 --- a/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs +++ b/Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs @@ -65,8 +65,8 @@ { effectPlayers[i].SetActive(isFront); } - - int order = isFront ? BattleConst.ActiveHeroSortingOrder : BattleConst.UnactiveHeroSortingOrder; + // 绛栧垝瑕佸湪閲婃斁鎶�鑳界殑鏃跺�� 鍏朵粬瑙掕壊闅愯棌 杩欓噷鍦╞ack鐨勬椂鍊欏氨鐩存帴璁剧疆鎴�0 鍦ㄦ渶搴曚笅 鐪嬩笉鍒扮殑鍦版柟 + int order = isFront ? BattleConst.ActiveHeroSortingOrder : 0; //BattleConst.UnactiveHeroSortingOrder; SetSortingOrder(order); } -- Gitblit v1.8.0