Update pain.lua

This commit is contained in:
LDDestroier 2018-11-08 00:49:50 -05:00 committed by GitHub
parent 17206f89f6
commit 867580fe27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ end
local tableFormatPE = function(input)
local doot = {}
local pwidths = {}
local pheight = {}
local pheight = 0
for k, dot in pairs(input) do
pwidths[dot.y] = math.max((pwidths[dot.y] or 0), dot.x)
pheight = math.max(pheight, dot.y)