From 86019c538b92cb21420969eb39f6d348424dc285 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 13 Feb 2013 09:16:45 +0400 Subject: [PATCH] Frames weren't following movers untill reload --- ElvUI_SLE/modules/backgrounds/backgrounds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/backgrounds/backgrounds.lua b/ElvUI_SLE/modules/backgrounds/backgrounds.lua index a33591c..63202d5 100644 --- a/ElvUI_SLE/modules/backgrounds/backgrounds.lua +++ b/ElvUI_SLE/modules/backgrounds/backgrounds.lua @@ -77,7 +77,6 @@ end function BG:UpdateFrames() BG:FramesSize() - BG:FramesPositions() BG:FramesVisibility() BG:UpdateTex() end @@ -95,6 +94,7 @@ end function BG:Initialize() BG:FramesCreate() + BG:FramesPositions() BG:UpdateFrames() BG:RegisterHide() -- 1.7.9.5