Quantcast

Frames weren't following movers untill reload

Darthpred [02-13-13 - 05:16]
Frames weren't following movers untill reload
Filename
ElvUI_SLE/modules/backgrounds/backgrounds.lua
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()