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