mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed a bug with text alpha being unchangeable with LibDogTag usage disabled
This commit is contained in:
@ -780,8 +780,9 @@ function IceBarElement.prototype:UpdateBar(scale, color, alpha)
|
|||||||
|
|
||||||
if DogTag ~= nil and self.moduleSettings.usesDogTagStrings then
|
if DogTag ~= nil and self.moduleSettings.usesDogTagStrings then
|
||||||
DogTag:UpdateAllForFrame(self.frame)
|
DogTag:UpdateAllForFrame(self.frame)
|
||||||
self:SetTextAlpha()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
self:SetTextAlpha()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user