diff --git a/lua/app/ui/hero/runes_info_comp.lua b/lua/app/ui/hero/runes_info_comp.lua index b071449a..2b1c612e 100644 --- a/lua/app/ui/hero/runes_info_comp.lua +++ b/lua/app/ui/hero/runes_info_comp.lua @@ -321,6 +321,7 @@ function RunesInfoComp:endAutoQuenching() for index, obj in ipairs(self.grids) do local qlt = self.runesEntity:getGridQuality(index) if qlt and table.containValue(DataManager.RunesData:getCheckQualityIds(), qlt) and not self.runesEntity:isAttrLock(index) then + obj:getTransform():SetAsLastSibling() local animator = obj:getComponent(GConst.TYPEOF_UNITY_CLASS.ANIMATOR) animator.enabled = true -- CS.UnityEngine.Animator.StringToHash("runes_shake") 结果是1132417824