unitframes: remove fps limit on animations

This commit is contained in:
shagu
2017-09-17 23:11:38 +02:00
parent d5ef7c1a07
commit f5fc3b7d1b
-2
View File
@@ -238,8 +238,6 @@ function pfUI.uf:CreateUnitFrame(unit, id, config, tick)
end)
f:SetScript("OnUpdate", function()
if ( this.fpscontrol or 1) > GetTime() then return else this.fpscontrol = GetTime() + .02 end
local unitname = ( this.label and UnitName(this.label) ) or ""
-- focus unit detection