Fix setX -> getX
This commit is contained in:
parent
0bd63f6804
commit
7cd370e8ef
@ -63,7 +63,7 @@ function Progress:_updateProgress()
|
|||||||
width = round((1 - self:getProgress()) * width, true),
|
width = round((1 - self:getProgress()) * width, true),
|
||||||
height = height
|
height = height
|
||||||
}
|
}
|
||||||
self.inactive:setX(self.active:setX() + self.active:getWidth())
|
self.inactive:setX(self.active:getX() + self.active:getWidth())
|
||||||
end
|
end
|
||||||
|
|
||||||
self:_refreshColors()
|
self:_refreshColors()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user