mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- super temporary hack to get IceHUD back into a working state. this forces all users to use the RivetBar preset since straight vertical bars are the only things that work right now. a future update will fix the problem for real
This commit is contained in:
@ -276,7 +276,8 @@ function IceCustomCDBar.prototype:UpdateCustomBar(fromUpdate)
|
||||
self:SetBottomText1(self.moduleSettings.upperText)
|
||||
end
|
||||
|
||||
self.barFrame:SetStatusBarColor(self:GetBarColor())
|
||||
--self.barFrame:SetStatusBarColor(self:GetBarColor())
|
||||
self.barFrame.bar:SetVertexColor(self:GetBarColor())
|
||||
end
|
||||
|
||||
function IceCustomCDBar.prototype:OutCombat()
|
||||
|
Reference in New Issue
Block a user