mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made lacerate and sunder modules show up in configuration mode
- added an extremely untested MaelstromCount module based off the other Count modules. I do not have a shaman with maelstrom to test this with, but I did confirm that it at least doesn't throw any errors ;) - set lacerate default vertical position such that it is out of the way of the combo points module instead of on top of it - fixed a bug where "graphical glow" and "graphical clean" presets did not work on lacerate and sunder count modules
This commit is contained in:
@ -435,8 +435,9 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
|
||||
for i = 1, table.getn(self.elements) do
|
||||
if not self.elements[i]:IsVisible() then
|
||||
self.elements[i].frame:Hide()
|
||||
self.elements[i]:Redraw()
|
||||
end
|
||||
|
||||
self.elements[i]:Redraw()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user