diff --git a/Assets/Lua/Managers/UIFuncUnlockMgr.lua b/Assets/Lua/Managers/UIFuncUnlockMgr.lua index ac6cb7b4d..ce92e5258 100644 --- a/Assets/Lua/Managers/UIFuncUnlockMgr.lua +++ b/Assets/Lua/Managers/UIFuncUnlockMgr.lua @@ -233,7 +233,7 @@ function UIFuncUnlockMgr:NormalLock(wnd, data, target, result, key, guideState, local rectTrans = go:GetOrAddComponent(Enum.TypeInfo.RectTransform) rectTrans.sizeDelta = targetSize - go:GetOrAddComponent(Enum.TypeInfo.UIRaycastNoDraw) + --go:GetOrAddComponent(Enum.TypeInfo.UIRaycastNoDraw) go:GetOrAddComponent(Enum.TypeInfo.Button) end if lockBtn == nil and go ~= nil then @@ -251,7 +251,7 @@ function UIFuncUnlockMgr:NormalLock(wnd, data, target, result, key, guideState, local rectTrans = go:GetOrAddComponent(Enum.TypeInfo.RectTransform) rectTrans.sizeDelta = targetSize - go:GetOrAddComponent(Enum.TypeInfo.UIRaycastNoDraw) + --go:GetOrAddComponent(Enum.TypeInfo.UIRaycastNoDraw) go:GetOrAddComponent(Enum.TypeInfo.Button) end if lockBubble == nil and go ~= nil then