From c171af8746a2f1449a9ba8d2eda2e02ea59d8c5d Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 4 Oct 2008 17:10:35 +0000 Subject: [PATCH] - made castbar text respect alpha settings --- IceCastBar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/IceCastBar.lua b/IceCastBar.lua index b3f8348..7691476 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -81,6 +81,7 @@ function IceCastBar.prototype:OnUpdate() local time = GetTime() self:Update() + self:SetTextAlpha() -- handle casting and channeling if (self.action == IceCastBar.Actions.Cast or self.action == IceCastBar.Actions.Channel) then