Party portrait flicker
Haleth opened this issue ยท 1 comments
Animated portraits flicker heavily for party units.
My code:
local portrait = CreateFrame("PlayerModel", nil, self)
portrait:SetPoint("TOPLEFT")
portrait:SetPoint("BOTTOMRIGHT", 0, 2)
portrait:SetFrameStrata("LOW")
self.Portrait = portrait