fix flash texture

This commit is contained in:
Hendrik Leppkes
2008-06-17 07:37:40 +00:00
parent 9796afddac
commit 992e6519ed
+1
View File
@@ -31,6 +31,7 @@ function Bartender4.Button:Create(id, parent)
button.hotkey = _G[("%sHotKey"):format(name)]
button.icon = _G[("%sIcon"):format(name)]
button.flash = _G[("%sFlash"):format(name)]
button:SetNormalTexture("")
local oldNT = _G[("%sNormalTexture"):format(name)]