diff --git a/WeakAurasOptions/RegionOptions/StopMotion.lua b/WeakAurasOptions/RegionOptions/StopMotion.lua index 51281e1..387fa25 100644 --- a/WeakAurasOptions/RegionOptions/StopMotion.lua +++ b/WeakAurasOptions/RegionOptions/StopMotion.lua @@ -216,7 +216,7 @@ local function createOptions(id, data) name = L["Animation Start"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 13, isPercent = true }, @@ -227,7 +227,7 @@ local function createOptions(id, data) name = L["Animation End"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 14, isPercent = true }, diff --git a/WeakAurasOptions/SubRegionOptions/StopMotion.lua b/WeakAurasOptions/SubRegionOptions/StopMotion.lua index 9cd3081..893d7a8 100644 --- a/WeakAurasOptions/SubRegionOptions/StopMotion.lua +++ b/WeakAurasOptions/SubRegionOptions/StopMotion.lua @@ -228,7 +228,7 @@ local function createOptions(parentData, data, index, subIndex) name = L["Animation Start"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 17, isPercent = true }, @@ -239,7 +239,7 @@ local function createOptions(parentData, data, index, subIndex) name = L["Animation End"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 18, isPercent = true },