1
0
mirror of https://github.com/HybridDog/vector_extras.git synced 2024-09-27 14:50:36 +02:00
This commit is contained in:
HybridDog 2015-08-31 11:29:17 +02:00
parent 07d9584e32
commit 177c679621

View File

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