git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1f4fc68 - Only show 20 auras
[wowui.git]
/
OmaRF
/
Indicators.lua
diff --git
a/OmaRF/Indicators.lua
b/OmaRF/Indicators.lua
index
6fd7b23
..
f90ff60
100644
(file)
--- a/
OmaRF/Indicators.lua
+++ b/
OmaRF/Indicators.lua
@@
-87,7
+87,7
@@
local function updateIndicators(frame)
end
end
if needUpdate then
end
end
if needUpdate then
- CTimerAfter(0.
16
, updaters[frame]);
+ CTimerAfter(0.
20
, updaters[frame]);
else
updating[frame] = nil;
end
else
updating[frame] = nil;
end
@@
-163,7
+163,7
@@
function M.CheckIndicators(frame, unit)
func = function() updateIndicators(frame) end;
updaters[frame] = func;
end
func = function() updateIndicators(frame) end;
updaters[frame] = func;
end
- CTimerAfter(0.
16
, func);
+ CTimerAfter(0.
20
, func);
end
else
frame.indBase:Hide();
end
else
frame.indBase:Hide();