mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Version 0.6
- Improved TargetInfo and ToT module - RoundBar texture looks better than ever - PlayerHealth and TargetHealth modules have an option to turn off Blizzard default frames - Fixed MH3 rounding bug
This commit is contained in:
@ -337,6 +337,10 @@ end
|
||||
function MirrorBarHandler.prototype:Redraw()
|
||||
MirrorBarHandler.super.prototype.Redraw(self)
|
||||
|
||||
if (not self.moduleSettings.enabled) then
|
||||
return
|
||||
end
|
||||
|
||||
for i = 1, table.getn(self.bars) do
|
||||
self:SetSettings(self.bars[i])
|
||||
self.bars[i]:UpdatePosition(self.moduleSettings.side, self.moduleSettings.offset + (i-1))
|
||||
|
Reference in New Issue
Block a user