mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- MAJOR thanks to Shefki for finding and fixing most of the 3.3.3 issues!
- fixed runes module - fixed a few other minor issues
This commit is contained in:
@ -163,10 +163,10 @@ function IceThreat.prototype:CreateAggroBar()
|
||||
self.aggroBar:SetHeight(self.settings.barHeight)
|
||||
|
||||
if not (self.aggroBar.bar) then
|
||||
self.aggroBar.bar = self.aggroBar:CreateTexture(nil, "BACKGROUND")
|
||||
self.aggroBar.bar = self.aggroBar:CreateTexture(nil, "LOW")
|
||||
end
|
||||
|
||||
self.aggroBar.bar:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture() .. "BG")
|
||||
self.aggroBar.bar:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture())
|
||||
self.aggroBar.bar:SetPoint("BOTTOMLEFT",self.aggroBar,"BOTTOMLEFT")
|
||||
self.aggroBar.bar:SetPoint("BOTTOMRIGHT",self.aggroBar,"BOTTOMRIGHT")
|
||||
|
||||
|
Reference in New Issue
Block a user