- set the minimum update frequency to 0.067 (15 per second) because anything less just looks awful

- clamped the update frequency on every load to force it to >= 15
This commit is contained in:
Parnic
2010-11-05 05:18:14 +00:00
parent 94c2099736
commit e7c8c78cb7
2 changed files with 2 additions and 1 deletions

View File

@ -612,7 +612,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe
set = function(info, v)
IceHUD.IceCore:SetUpdatePeriod(1/v)
end,
min = 5,
min = 15,
max = 60,
step = 1,
order = 97