- made castbar text respect alpha settings

This commit is contained in:
Parnic
2008-10-04 17:10:35 +00:00
parent 6104757656
commit c171af8746

View File

@ -81,6 +81,7 @@ function IceCastBar.prototype:OnUpdate()
local time = GetTime() local time = GetTime()
self:Update() self:Update()
self:SetTextAlpha()
-- handle casting and channeling -- handle casting and channeling
if (self.action == IceCastBar.Actions.Cast or self.action == IceCastBar.Actions.Channel) then if (self.action == IceCastBar.Actions.Cast or self.action == IceCastBar.Actions.Channel) then