Background 20 doesn't exist!

Should _actually_ fix #1 this time.
This commit is contained in:
Joe Zeng
2019-06-03 23:16:24 -04:00
committed by GitHub
parent 96ac054cf6
commit 321de8564c

View File

@@ -164,7 +164,7 @@ function PacerTest:drawScoringInfo()
end
function PacerTest:getBackground()
return math.min(self.level - 1, 20)
return math.min(self.level - 1, 19)
end
return PacerTest