This commit is contained in:
HybridDog 2015-08-31 11:29:17 +02:00
parent 07d9584e32
commit 177c679621
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ function funcs.get_data_pos_table(tab)
minx = math.min(minx, x)
maxx = math.max(maxx, x)
end
t[n] = {{z, y, x}, v}
t[n] = {z,y,x, v}
n = n+1
end
end