- Changed low threshold step from 5% increments to 1% increments by request.

This commit is contained in:
Parnic
2014-12-07 07:51:58 -06:00
parent 67df0a178b
commit 560e0674da

View File

@ -85,7 +85,7 @@ function IceUnitBar.prototype:GetOptions()
end, end,
min = 0, min = 0,
max = 1, max = 1,
step = 0.05, step = 0.01,
isPercent = true, isPercent = true,
order = 30.091 order = 30.091
} }