From 95080d3da7a57eb79858b26bae74cdb6fdb518a6 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Mon, 15 Mar 2021 18:38:26 +0800 Subject: [PATCH] --- Assets/ManagedResources/~Lua/Modules/Battle/View/BattleView.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleView.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleView.lua index f9be0ab35a..1233541bb8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleView.lua @@ -720,7 +720,6 @@ function this.OnUpdate() end end if BattleManager.IsBattlePlaying() and not BattleLogic.IsEnd then - LogGreen("BattleLogic.Update") BattleLogic.Update() -- 再检测一次战斗结束 if BattleLogic.IsEnd then return end