diff --git a/Themes/Til Death/BGAnimations/offsetplot.lua b/Themes/Til Death/BGAnimations/offsetplot.lua index 199ebfc57e..ae7c60c3db 100644 --- a/Themes/Til Death/BGAnimations/offsetplot.lua +++ b/Themes/Til Death/BGAnimations/offsetplot.lua @@ -162,7 +162,7 @@ o[#o+1] = Def.ActorMultiVertex{ local x = fitX(wuab[i]) local y = fitY(dvt[i]) local fit = (enabledCustomWindows and judge ~= 0) and customWindow.judgeWindows.boo + 3 or math.max(183, 183*tso) - local cullur = (enabledCustomWindows and judge ~= 0) and customOffsetToJudgecullur(dvt[i], customWindow.judgeWindows) or offsetToJudgeColor(dvt[i], tst[judge]) + local cullur = (enabledCustomWindows and judge ~= 0) and customOffsetToJudgeColor(dvt[i], customWindow.judgeWindows) or offsetToJudgeColor(dvt[i], tst[judge]) if math.abs(y) > plotHeight/2 then y = fitY(fit) end @@ -223,4 +223,4 @@ o[#o+1] = LoadFont("Common Normal")..{ end } -return o \ No newline at end of file +return o