texture tweaks

This commit is contained in:
Hendrik Leppkes
2008-04-08 16:53:01 +00:00
parent fa1419dc05
commit ce15737189
+3
View File
@@ -407,6 +407,9 @@ function Button:ShowButton()
end
function Button:HideButton()
self.textureCache.pushed = self.pushedTexture:GetTexture()
self.textureCache.highlight = self.highlightTexture:GetTexture()
self.pushedTexture:SetTexture("")
self.highlightTexture:SetTexture("")