diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index 5102ae5..8985c11 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -34,7 +34,7 @@ local function entityBox(ent) self._hp_rect_fg.setSize(100 * entity.health / entity.maxHealth, 15) else self._hp_txt.setText(string.format("%s", entity.name)) - self._hp_rect_fg.setSize(0) + self._hp_rect_fg.setSize(0, 0) end end, destroy = function(self)