From e3152cf94baf68d70c7a10972f62384e3a8fe985 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 7 Jan 2012 18:11:10 -0600 Subject: [PATCH] ugh missing characters for script error --- .../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 d3a8e93a0c..58c16d4e48 100644 --- a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua +++ b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua @@ -39,7 +39,7 @@ local function CreateSegments(Player) local speeds = timingData:GetSpeeds(); -- we don't want too many segments to be shown. - local sumSegments = bpms + stops + delays + warps + fakes + scrolls + speeds + local sumSegments = #bpms + #stops + #delays + #warps + #fakes + #scrolls + #speeds if sumSegments > maxSegments then return Def.ActorFrame{} end