diff --git a/gfx/progress.lua b/gfx/progress.lua index 1a3baff..1be6527 100644 --- a/gfx/progress.lua +++ b/gfx/progress.lua @@ -59,7 +59,7 @@ function Progress:_updateProgress() width = round(self:getProgress() * width), height = height } - self.active:resize{ + self.inactive:resize{ width = round((1 - self:getProgress()) * width, true), height = height }