显示修复

This commit is contained in:
Fang 2023-09-20 16:50:15 +08:00
parent 0fadac271e
commit 8cea52af31

View File

@ -321,7 +321,6 @@ function RunesInfoComp:endAutoQuenching()
for index, obj in ipairs(self.grids) do for index, obj in ipairs(self.grids) do
local qlt = self.runesEntity:getGridQuality(index) local qlt = self.runesEntity:getGridQuality(index)
if qlt and table.containValue(DataManager.RunesData:getCheckQualityIds(), qlt) and not self.runesEntity:isAttrLock(index) then 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) local animator = obj:getComponent(GConst.TYPEOF_UNITY_CLASS.ANIMATOR)
animator.enabled = true animator.enabled = true
-- CS.UnityEngine.Animator.StringToHash("runes_shake") 结果是1132417824 -- CS.UnityEngine.Animator.StringToHash("runes_shake") 结果是1132417824