Update pain.lua

This commit is contained in:
LDDestroier 2018-10-21 16:53:50 -04:00 committed by GitHub
parent 0901b5713e
commit d1d9b65556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1568,7 +1568,6 @@ local boxCharSelector = function()
end
local specialCharSelector = function()
local sy = scr_y - 9
local chars = {}
local buff = 0
for y = 1, 16 do
@ -1578,6 +1577,7 @@ local specialCharSelector = function()
buff = buff + 1
end
end
local sy = scr_y - (#chars + 1)
local char = paint.c
local render = function()
for y = 1, #chars do