Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit b30f827

Browse files
authored
Merge pull request #388 from Xiiph/master
Update BUTTON.lua
2 parents 82cd71f + f0f89d0 commit b30f827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Objects/BUTTON.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ function BUTTON:SetSkinned(flyout)
553553
end
554554

555555
function BUTTON:GetSkinned()
556-
if self.__MSQ_NormalTexture then
556+
if self.__MSQ_NormalSkin then
557557
local Skin = self.__MSQ_NormalSkin
558558

559559
if Skin then
@@ -1040,4 +1040,4 @@ function BUTTON:UpdateActionTooltip()
10401040
if HasAction(self.actionID) then
10411041
GameTooltip:SetAction(self.actionID)
10421042
end
1043-
end
1043+
end

0 commit comments

Comments
 (0)