Fix resize call for horizontal inactive field

This commit is contained in:
Gabriel Tofvesson 2024-10-12 00:17:03 +02:00
parent 7cd370e8ef
commit 4acde58d5c

View File

@ -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
}