Fixed title screen grid draw delay to 0.05

This commit is contained in:
LDDestroier 2019-09-29 23:11:05 -04:00 committed by GitHub
parent 0839638347
commit a29b4542e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1346,7 +1346,7 @@ local makeMenu = function(x, fromX, y, options, doAnimate, scrollInfo, _cpos)
end
elseif evt[1] == "timer" then
if evt[2] == gstID then
gstID = os.startTimer(gameDelayInit)
gstID = os.startTimer(0.05)
drawGrid(gsX, gsY, true)
step = step + 1
if mathceil(step / 100) % 2 == 1 then