X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/0973648bffbf36772a40bbc76d6c7c786189a900..4a66dd6d6fe87c9e881b0c7d62ca339907619d4d:/OmaRF/Indicators.lua?ds=sidebyside diff --git a/OmaRF/Indicators.lua b/OmaRF/Indicators.lua index 6fd7b23..f90ff60 100644 --- a/OmaRF/Indicators.lua +++ b/OmaRF/Indicators.lua @@ -87,7 +87,7 @@ local function updateIndicators(frame) end end if needUpdate then - CTimerAfter(0.16, updaters[frame]); + CTimerAfter(0.20, updaters[frame]); else updating[frame] = nil; end @@ -163,7 +163,7 @@ function M.CheckIndicators(frame, unit) func = function() updateIndicators(frame) end; updaters[frame] = func; end - CTimerAfter(0.16, func); + CTimerAfter(0.20, func); end else frame.indBase:Hide();