From 92294c62390451e6676ae5aab057e3d85d0f0a5b Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 28 Sep 2021 09:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=A0=E9=80=81=E4=B9=8B=E5=90=8E=E7=AB=8B?= =?UTF-8?q?=E7=BB=98=E5=8A=A8=E4=BD=9C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Likability/HeroLikeAbilityPanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua index 4f871e144c..cfa8d7411c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Likability/HeroLikeAbilityPanel.lua @@ -165,6 +165,8 @@ function HeroLikeAbilityPanel:RequestDonate(num) self:UpdateHeroInfoData() self.isGiving = false self.effect.gameObject:SetActive(false) + local SkeletonGraphic = self.curLiveObj:GetComponent("SkeletonGraphic") + SkeletonGraphic.AnimationState:SetAnimation(0, "touch", false) end) end