From 560e0674da9131fcf601cfab221cd38b99fe855f Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 7 Dec 2014 07:51:58 -0600 Subject: [PATCH] - Changed low threshold step from 5% increments to 1% increments by request. --- IceUnitBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceUnitBar.lua b/IceUnitBar.lua index 82f8fe4..2e38101 100644 --- a/IceUnitBar.lua +++ b/IceUnitBar.lua @@ -85,7 +85,7 @@ function IceUnitBar.prototype:GetOptions() end, min = 0, max = 1, - step = 0.05, + step = 0.01, isPercent = true, order = 30.091 }