ugh missing characters for script error

This commit is contained in:
AJ Kelly
2012-01-07 18:11:10 -06:00
parent cfc7834209
commit e3152cf94b
@@ -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