From 3ed952153cc921decf15c2dbb53621d758b55e4b Mon Sep 17 00:00:00 2001 From: gaoxin Date: Sat, 9 Jan 2021 10:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=88=98=E6=96=97=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=88=98=E6=96=97=E7=BB=93=E6=9D=9F=E5=90=8E=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Battle/BattleManager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/BattleManager.lua b/Assets/ManagedResources/~Lua/Modules/Battle/BattleManager.lua index 46d9935a5f..29d88007d6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/BattleManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/BattleManager.lua @@ -849,6 +849,7 @@ function this.GetBattleSorting() if UIManager.IsOpen(UIName.GuideBattlePanel) then return GuideBattlePanel.sortingOrder end + return 0 end -- 判断是否是战斗测试