- Unbreaking some modules that broke in r731

This commit is contained in:
rokiyo
2010-10-30 16:06:44 +00:00
parent fa74303411
commit cb1eca5f0d
4 changed files with 8 additions and 8 deletions

View File

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