mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Unbreaking some modules that broke in r731
This commit is contained in:
@ -306,7 +306,7 @@ function SliceAndDice.prototype:UpdateDurationBar(event, unit)
|
||||
if (self.moduleSettings.reverse) then
|
||||
scale = 1 - scale
|
||||
end
|
||||
if (self.moduleSettings.inverse) then
|
||||
if (self.moduleSettings.inverse == "INVERSE") then
|
||||
min_y = 0
|
||||
max_y = scale
|
||||
else
|
||||
|
Reference in New Issue
Block a user