From f5fc3b7d1b4037a1d1b03a9beadc3189b3ecadc1 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 17 Sep 2017 23:11:38 +0200 Subject: [PATCH] unitframes: remove fps limit on animations --- api/unitframes.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index 31c8b48e..4d23b772 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -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