mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- updated the incoming heal bar to use the correct color
This commit is contained in:
@ -745,7 +745,7 @@ function PlayerHealth.prototype:CreateHealBar()
|
||||
self.healFrame.bar:SetAllPoints(self.frame)
|
||||
|
||||
self.healFrame:SetStatusBarTexture(self.healFrame.bar)
|
||||
self.healFrame:SetStatusBarColor(self:GetColor("PlayerHealthIncomingHeal", self.alpha * self.moduleSettings.healAlpha))
|
||||
self.healFrame:SetStatusBarColor(self:GetColor("PlayerHealthHealAmount", self.alpha * self.moduleSettings.healAlpha))
|
||||
|
||||
self:UpdateBar(1, "undef")
|
||||
|
||||
|
Reference in New Issue
Block a user