Background 20 doesn't exist!

Should _actually_ fix #1 this time.
pull/1/head
Joe Zeng 2019-06-03 23:16:24 -04:00 committed by GitHub
parent 96ac054cf6
commit 321de8564c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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