mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- reverted r500 because it was causing taint
This commit is contained in:
@ -895,7 +895,7 @@ end
|
||||
|
||||
function IceTargetHealth.prototype:UpdateBar(scale, color, alpha)
|
||||
IceTargetHealth.super.prototype.UpdateBar(self, scale, color, alpha)
|
||||
|
||||
--[[ seems to be causing taint. oh well
|
||||
if self.frame.button then
|
||||
if self.alpha == 0 then
|
||||
self.frame.button:Hide()
|
||||
@ -903,6 +903,7 @@ function IceTargetHealth.prototype:UpdateBar(scale, color, alpha)
|
||||
self.frame.button:Show()
|
||||
end
|
||||
end
|
||||
]]
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user