mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Never skip resizing player's own auras on redraw. Stops them resetting to normal aura icon size on UI reload.
This commit is contained in:
@ -1174,7 +1174,7 @@ function IceTargetInfo.prototype:UpdateBuffType(aura)
|
||||
end
|
||||
|
||||
local direction = self.moduleSettings.auras[aura].growDirection == "Left" and -1 or 1
|
||||
self.frame[auraFrame].buffs = self:CreateIconFrames(self.frame[auraFrame], direction, self.frame[auraFrame].buffs, aura, true)
|
||||
self.frame[auraFrame].buffs = self:CreateIconFrames(self.frame[auraFrame], direction, self.frame[auraFrame].buffs, aura)
|
||||
end
|
||||
|
||||
function IceTargetInfo.prototype:SetupAura(aura, i, icon, duration, expirationTime, isFromMe, count, isStealable, auraType)
|
||||
|
Reference in New Issue
Block a user