from retail
This commit is contained in:
@@ -320,7 +320,7 @@ local barPrototype = {
|
||||
|
||||
if (additionalBar.min and additionalBar.max) then
|
||||
if (valueWidth ~= 0) then
|
||||
startProgress = max( (additionalBar.min - valueStart) / valueWidth, 0);
|
||||
startProgress = (additionalBar.min - valueStart) / valueWidth;
|
||||
endProgress = (additionalBar.max - valueStart) / valueWidth;
|
||||
|
||||
if (self.additionalBarsInverse) then
|
||||
|
||||
Reference in New Issue
Block a user