From cba02342f38e6d4249e190b54d6e690460a092ce Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 9 Nov 2012 15:54:52 +0400 Subject: [PATCH] Why call 4 functions when 1 is enough --- ElvUI_SLE/modules/backgrounds/backgrounds.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ElvUI_SLE/modules/backgrounds/backgrounds.lua b/ElvUI_SLE/modules/backgrounds/backgrounds.lua index e9844aa..949e113 100644 --- a/ElvUI_SLE/modules/backgrounds/backgrounds.lua +++ b/ElvUI_SLE/modules/backgrounds/backgrounds.lua @@ -157,11 +157,8 @@ function BG:RegisterHide() end function BG:Initialize() - BG:FramesPositions() - BG:FramesSize() BG:FramesCreate() - BG:FramesVisibility() - BG:UpdateTex() + BG:UpdateFrames() BG:RegisterHide() end -- 1.7.9.5