From 33054865eea04ee55f229a4e6f24332e7600f0e6 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Mon, 9 Jul 2012 10:10:24 -0500 Subject: [PATCH] here's the first problem --- .../default/BGAnimations/ScreenGameplay decorations/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua index 72b6838bb2..239420264b 100644 --- a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua +++ b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua @@ -164,7 +164,7 @@ local function CreateSegments(Player) end kids.Actual:Draw(); end - t.InitCommand=function(self) self:SetDrawCommand(Draw); end + t.InitCommand=function(self) self:SetDrawFunction(Draw); end end end return t