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:
@ -288,7 +288,7 @@ function IceThreat.prototype:Update(unit)
|
||||
|
||||
-- set the bar value
|
||||
self:UpdateBar( scaledPercentZeroToOne, self.color )
|
||||
|
||||
--[[
|
||||
-- do the aggro indicator bar stuff, but only if it has changed
|
||||
if ( self.aggroBarMulti ~= rangeMulti ) then
|
||||
self.aggroBarMulti = rangeMulti
|
||||
@ -304,7 +304,7 @@ function IceThreat.prototype:Update(unit)
|
||||
|
||||
self.aggroBar:SetPoint("BOTTOM", self.frame, "BOTTOM", 0, y)
|
||||
end
|
||||
|
||||
]]--
|
||||
self:UpdateAlpha()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user